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

Trying tutorial; getting ImagePullBackoff #2

Open
DaveSlinn opened this issue Apr 30, 2019 · 1 comment
Open

Trying tutorial; getting ImagePullBackoff #2

DaveSlinn opened this issue Apr 30, 2019 · 1 comment

Comments

@DaveSlinn
Copy link

I'm getting the following error when trying to walk through the tutorial I found here: https://www.weave.works/blog/learn-to-deploy-production-ready-kubernetes-in-a-day
Here is the error:

Events:
  Type     Reason     Age              From               Message
  ----     ------     ----             ----               -------
  Normal   Scheduled  5m               default-scheduler  Successfully assigned default/flux-9d69f6fc4-rqbj2 to node01
  Normal   Pulling    3m (x4 over 5m)  kubelet, node01    pulling image "quay.io/weaveworks/flux:1.8.1"
  Warning  Failed     3m (x4 over 5m)  kubelet, node01    Failed to pull image "quay.io/weaveworks/flux:1.8.1": rpc error: code = Unknown desc = Error response from daemon: Get https://quay.io/v2/weaveworks/flux/manifests/1.8.1: unknown: Namespace weaveworks has been disabled. Please contact a system administrator.
  Warning  Failed     3m (x4 over 5m)  kubelet, node01    Error: ErrImagePull
  Warning  Failed     3m (x6 over 5m)  kubelet, node01    Error: ImagePullBackOff
  Normal   BackOff    3m (x7 over 5m)  kubelet, node01    Back-off pulling image "quay.io/weaveworks/flux:1.8.1"

Any advice?

@sanguis
Copy link

sanguis commented Jul 2, 2019

take a look at pr #4 this will fix this for you.

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

2 participants