Skip to content

Commit

Permalink
Update(01-Installation.md):helm install troubleshooting notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tzahimizrahi authored Feb 18, 2025
1 parent d964cc0 commit 1ecf3df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/docs/getting-started/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ helm install kro oci://ghcr.io/kro-run/kro/kro \
--version=${KRO_VERSION}
```

:::info[**Troubleshooting Helm Install**]
Note that authentication is not required for pulling charts from public GHCR (GitHub Container Registry) repositories.

Helm install download failures occur due to expired local credentials. To resolve this issue, clear your local credentials cache by running `helm registry logout ghcr.io` in your terminal, then retry the installation.

:::

## Verifying the Installation

After running the installation command, verify that Kro has been installed
Expand Down

0 comments on commit 1ecf3df

Please sign in to comment.