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

Kubernetes Flannel start error #2101

Open
jinxiaoyi opened this issue Nov 7, 2024 · 3 comments
Open

Kubernetes Flannel start error #2101

jinxiaoyi opened this issue Nov 7, 2024 · 3 comments

Comments

@jinxiaoyi
Copy link

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)

  1. curl -O https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
    2.docker pull quay.io/coreos/flannel:v0.14.0-rc1
    3.kubectl apply -f kube-flannel.yml
    4.kubectl get nodes
    image

5.journalctl -xef -u kubelet -n 20
image

Context

Your Environment

  • Flannel version: v0.14.0-rc1
  • Backend used (e.g. vxlan or udp):
  • Etcd version:
  • Kubernetes version (if used): v1.19.3
  • Operating System and version: 4.19.90-17.5.ky10.aarch64
  • Link to your project (optional):
@manuelbuil
Copy link
Collaborator

Why are you using v0.14.0-rc1? That's super old

@jinxiaoyi
Copy link
Author

jinxiaoyi commented Nov 8, 2024

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
image
3journalctl -xef -u kubelet -n 20
image

image

Why are you using v0.14.0-rc1? That's super old

@rbrtbnfgl
Copy link
Contributor

you should also load the cni image https://github.com/flannel-io/cni-plugin/releases/tag/v1.6.0-flannel1

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

3 participants