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

ch8 : ErrImagePull when create pod with curl.yaml #37

Open
906798724 opened this issue Nov 10, 2021 · 0 comments
Open

ch8 : ErrImagePull when create pod with curl.yaml #37

906798724 opened this issue Nov 10, 2021 · 0 comments

Comments

@906798724
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant