gitops-tutorial icon indicating copy to clipboard operation
gitops-tutorial copied to clipboard

Trying tutorial; getting ImagePullBackoff

Open DaveSlinn opened this issue 5 years ago • 1 comments

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?

DaveSlinn avatar Apr 30 '19 22:04 DaveSlinn

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

sanguis avatar Jul 02 '19 11:07 sanguis