-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Kind cluster not able to pull public images from ghcr.io #3663
Comments
/remove-kind bug Please fill in the full "Environment" details from the issue template. Are you in an environment that uses a proxy? You could try deleting any cluster you have, then delete the You can also do |
This looks like a MITM proxy causing issues. |
Are you in an environment that uses a proxy?
You could try deleting any cluster you have, then delete the kind Docker network, then try creating again. It will try to recreate the network to make sure there isn't something odd with the existing setup.
|
|
I already tried |
What's your steps to create kind cluster? I saw your post server version is Server Version: v1.27.9 And kind version is 0.23 I think maybe you have changed some configurations |
What's your steps to create kind cluster?
I think maybe you have changed some configurations
|
no, you would've specified it https://kind.sigs.k8s.io/docs/user/configuration/ |
what is the solution ? i am also hitting same issue . i am able to pull the image in my mac box but failing to pull image inside the kind cluster . |
Are you running into this? #3795 (comment) If not, feel free to file a new issue or ask for assistance on Slack. |
this is usual a problem with firewalls and/or proxies, and will be specific to your environment (so it should be a new issue, after checking those things, see also https://kind.sigs.k8s.io/docs/user/known-issues/) |
What happened:
I have created a kind cluster. But when I try to create a deployment (which pulls images from ghcr.io), it fails.
Error:
It has been working fine until last month. I thnk I have messed up my environment, because of which I am facing this issue.
Things I have tried:
But still, I am not able to get around the error. How can I get back to things working again?
What you expected to happen:
Deployment to be created successfully.
How to reproduce it (as minimally and precisely as possible):
kubectl apply -f https://github.com/carvel-dev/kapp-controller/releases/latest/download/release.yml
Anything else we need to know?:
As this is a public image, I guess the ca certs are not being picked up when kind cluster is created.
Environment:
kind version
): kind v0.23.0docker info
,podman info
ornerdctl info
):Client: Docker Engine - Community
Version: 26.1.4
Context: desktop-linux
Debug Mode: false
/etc/os-release
): macOSkubectl version
):Client Version: v1.29.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.27.9
The text was updated successfully, but these errors were encountered: