Skip to content

Commit

Permalink
Merge pull request #131 from candonov/main
Browse files Browse the repository at this point in the history
Simplify installation docs
  • Loading branch information
a-hilaly authored Nov 12, 2024
2 parents f3f3c3d + 6f14db0 commit 7843f4c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions website/docs/docs/getting-started/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ Before you begin, ensure you have the following:

1. `Helm` 3.x installed
2. `kubectl` installed and configured to interact with your Kubernetes cluster
3. `awscli` installed

Log in to public ecr:
```
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
```
Expected result:
```
Login Succeeded
```

## Installation Steps

Expand Down Expand Up @@ -53,7 +43,6 @@ Install kro using Helm
```
helm install kro oci://public.ecr.aws/kro/kro \
--namespace kro \
--set nameOverride=kro \
--create-namespace \
--version=${KRO_VERSION}
```
Expand Down Expand Up @@ -98,7 +87,6 @@ Upgrade the controller
```
helm upgrade kro oci://public.ecr.aws/kro/kro \
--namespace kro \
--set nameOverride=kro \
--version=${KRO_VERSION}
```

Expand Down

0 comments on commit 7843f4c

Please sign in to comment.