We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i create pod with curl.yaml, I got an error
controlplane $ k get pod NAME READY STATUS RESTARTS AGE curl 0/1 ErrImagePull 0 5s
here is the events:
Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 18s default-scheduler Successfully assigned default/curl to controlplane Normal BackOff 16s kubelet, controlplane Back-off pulling image "tutum/curl" Warning Failed 16s kubelet, controlplane Error: ImagePullBackOff Normal Pulling 3s (x2 over 18s) kubelet, controlplane Pulling image "tutum/curl" Warning Failed 2s (x2 over 16s) kubelet, controlplane Failed to pull image "tutum/curl": rpc error: code = Unknown desc = Error response from daemon: pull access denied for tutum/curl, repository does not exist or may require 'docker login' Warning Failed 2s (x2 over 16s) kubelet, controlplane Error: ErrImagePull
looks like image tutum/curl not exists, what can I do to handle this error?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i create pod with curl.yaml, I got an error
here is the events:
looks like image tutum/curl not exists, what can I do to handle this error?
The text was updated successfully, but these errors were encountered: