Skip to content

Commit ce7e585

Browse files
authored
Merge pull request #755 from a-hilaly/docs/install
Remove old note about ghcr.io auth issues from `installation.md`
2 parents f807533 + 1d149f5 commit ce7e585

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ helm install kro oci://registry.k8s.io/kro/charts/kro \
4646
--version=${KRO_VERSION}
4747
```
4848

49-
:::info[**Troubleshooting Helm Install**]
50-
Note that authentication is not required for pulling charts from public GHCR (GitHub Container Registry) repositories.
51-
52-
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.
53-
54-
:::
55-
5649
## Verifying the Installation
5750

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

0 commit comments

Comments
 (0)