Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include instructions to docker login to access GHCR OCI repository #631

Open
whatnick opened this issue Aug 22, 2024 · 0 comments
Open

Include instructions to docker login to access GHCR OCI repository #631

whatnick opened this issue Aug 22, 2024 · 0 comments
Labels
area/documentation Improvements or additions to documentation

Comments

@whatnick
Copy link
Contributor

Describe the bug
OCI repositories require login, this should be made as note in the Retina install instructions.

To Reproduce
Run the supplied helm install command in docs.

helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \
    --version $VERSION \
    --namespace kube-system \
    --set image.tag=$VERSION \
    --set operator.tag=$VERSION \
    --set image.pullPolicy=Always \
    --set logLevel=info \
    --set os.windows=true \
    --set operator.enabled=true \
    --set operator.enableRetinaEndpoint=true \
    --skip-crds \
    --set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]" \
    --set enablePodLevel=true \
    --set remoteContext=true
Release "retina" does not exist. Installing it now.
Error: error getting credentials - err: exec: "docker-credential-desktop.exe": executable file not found in $PATH, out: ``

Expected behavior
Install has OCI caveats.

@nddq nddq added the area/documentation Improvements or additions to documentation label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation
Projects
Status: No status
Development

No branches or pull requests

2 participants