-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
crio: Unable to pull images form internal registry #10171
Comments
some more contextual info
|
Worked here.
You might want to double-check
|
that sound weird ! was it on macOS ? Let me try again on a fresh instance, do you see any issue with minikube start command ?? |
after a bit of debug @afbjorklund , this happens only with |
@kameshsampath interesting do we still have this issue on latest minikube ? I wonder if this issue happens if we specify a different CNI ? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Just for your information, I got in this issue today with the latest Minikube version. Same setup MacOS, podman, and cri-o. I also started the cluster with the flag The problem is that the registry service is created exposing the ports I think this is a bug @kameshsampath @medyagh Cheers! |
/reopen |
@ricardozanini: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
ricardozanini of the issue is Container needs to open a non 443 port you can do that in the Kic Package |
@medyagh you bet I would! :) I'll take a look later today and send a PR. |
Steps to reproduce the issue:
example.com/demo/greeter
The kubectl get events shows the crashed pod with the following logs:
Full output of failed command:
With
--insecure-registry
specified, the pod still tries to resolve the url ashttps
thanhttp
CC: @afbjorklund
The text was updated successfully, but these errors were encountered: