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

Image rancher/mirrored-flannelcni-flannel:v0.20.2 is not (yet?) available on Docker Hub #1685

Closed
starypatyk opened this issue Nov 30, 2022 · 7 comments

Comments

@starypatyk
Copy link

Expected Behavior

When deploying flannel on a new k8s cluster with:

kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml

the kube-flannel pod(s) should start.

Current Behavior

The kube-flannel pod(s) do not start with the following error message:

Failed to pull image "docker.io/rancher/mirrored-flannelcni-flannel:v0.20.2": rpc error: code = Unknown desc = Error response from daemon: manifest for rancher/mirrored-flannelcni-flannel:v0.20.2 not found: manifest unknown: manifest unknown

Possible Solution

Apparently the 0.20.2 version of the image is not (yet?) available on Docker Hub.
https://hub.docker.com/r/rancher/mirrored-flannelcni-flannel/tags

Your Environment

I am trying to deploy a local k8s development cluster using kubeadm (1.23) and suggested method of flannel installation.

@rbrtbnfgl
Copy link
Contributor

v0.20.2 it's still on pre-release.
I suggest to use the latest released version and not the one on the master
https://raw.githubusercontent.com/coreos/flannel/v0.20.1/Documentation/kube-flannel.yml

@carlosnatalino
Copy link

v0.20.2 it's still on pre-release. I suggest to use the latest released version and not the one on the master https://raw.githubusercontent.com/coreos/flannel/v0.20.1/Documentation/kube-flannel.yml

Yes, this worked for me.

@starypatyk
Copy link
Author

@rbrtbnfgl - this worked for me as well. 👍

Probably would be good to change the readme, to instruct people to use the latest released version rather than master. 😉

@svetlana41
Copy link

v0.20.2 it's still on pre-release. I suggest to use the latest released version and not the one on the master https://raw.githubusercontent.com/coreos/flannel/v0.20.1/Documentation/kube-flannel.yml

Thank you

@brianthelion
Copy link

Is there a canonical URL for the current released (ie, not pre-release) manifest that is stable across releases? Thanks!

@rbrtbnfgl
Copy link
Contributor

The new image is available now. There was some delays from the release to the image publishing this time.

@starypatyk
Copy link
Author

@rbrtbnfgl - Thanks for updating the documentation. 🙇 Agree that such approach provides better stability. 👍

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

5 participants