File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
website/docs/docs/getting-started Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,6 @@ Before you begin, ensure you have the following:
1313
14141 . ` Helm ` 3.x installed
15152 . ` kubectl ` installed and configured to interact with your Kubernetes cluster
16- 3 . ` awscli ` installed
17-
18- Log in to public ecr:
19- ```
20- aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
21- ```
22- Expected result:
23- ```
24- Login Succeeded
25- ```
2616
2717## Installation Steps
2818
@@ -53,7 +43,6 @@ Install kro using Helm
5343```
5444helm install kro oci://public.ecr.aws/kro/kro \
5545 --namespace kro \
56- --set nameOverride=kro \
5746 --create-namespace \
5847 --version=${KRO_VERSION}
5948```
@@ -98,7 +87,6 @@ Upgrade the controller
9887```
9988helm upgrade kro oci://public.ecr.aws/kro/kro \
10089 --namespace kro \
101- --set nameOverride=kro \
10290 --version=${KRO_VERSION}
10391```
10492
You can’t perform that action at this time.
0 commit comments