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
Kubernetes Flannel start success
when i use kubectl apply -f kube-flannel.yml Kubernetes Flannel start error
5.journalctl -xef -u kubelet -n 20
The text was updated successfully, but these errors were encountered:
Why are you using v0.14.0-rc1? That's super old
v0.14.0-rc1
Sorry, something went wrong.
i use v0.26.1 1docker load -i flanneld-v0.26.1-arm64.docker 2kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml 3journalctl -xef -u kubelet -n 20
you should also load the cni image https://github.com/flannel-io/cni-plugin/releases/tag/v1.6.0-flannel1
No branches or pull requests
Expected Behavior
Kubernetes Flannel start success
Current Behavior
when i use kubectl apply -f kube-flannel.yml
Kubernetes Flannel start error
Possible Solution
Steps to Reproduce (for bugs)
2.docker pull quay.io/coreos/flannel:v0.14.0-rc1
3.kubectl apply -f kube-flannel.yml
4.kubectl get nodes
5.journalctl -xef -u kubelet -n 20
Context
Your Environment
The text was updated successfully, but these errors were encountered: