Skip to content

Commit

Permalink
Merge pull request #317 from tzahimizrahi/doc/troubleshooting-notes
Browse files Browse the repository at this point in the history
Update(01-Installation.md):helm install troubleshooting notes
  • Loading branch information
a-hilaly authored Feb 18, 2025
2 parents 494a593 + 1ecf3df commit 6e1213b
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 6e1213b

Please sign in to comment.