Skip to content

Commit 7843f4c

Browse files
authored
Merge pull request #131 from candonov/main
Simplify installation docs
2 parents f3f3c3d + 6f14db0 commit 7843f4c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

website/docs/docs/getting-started/01-Installation.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ Before you begin, ensure you have the following:
1313

1414
1. `Helm` 3.x installed
1515
2. `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
```
5444
helm 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
```
9988
helm upgrade kro oci://public.ecr.aws/kro/kro \
10089
--namespace kro \
101-
--set nameOverride=kro \
10290
--version=${KRO_VERSION}
10391
```
10492

0 commit comments

Comments
 (0)