-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
The kube-flannel pod on the worker node stays in CrashLoopBackOff status. #2069
Comments
I saw that you are using ARM64. Is only the failing node that is using arm or both? |
I have to use this during the cluster initialization
kubeadm init --v=6 --config=<config.yaml> |
Both are ARM64 |
I think your configuration is the same as mine. |
Are you sure that you don't have any logs from the failing pod? |
I use kubeadm join to add a worker node. However, the flannel pod on the worker node stays in CrashLoopBackOff status.
Expected Behavior
The flannel pod becomes Running
Current Behavior
The flannel pod on the worker node stays in CrashLoopBackOff status
Steps to Reproduce (for bugs)
1.On the master node:
2.On the worker node:
3.On the master node:
Context
I need a working pod network.
Your Environment
flannel:v0.25.1-linuxarm64
flannel-cni-plugin:v1.4.1-flannel1-linuxarm64
Client Version: v1.28.14
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.28.14
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
$ uname -a
Linux FT-D2000-2-1 4.19.15 Create a subnet allocator mode #5 SMP Tue Sep 24 09:29:10 CST 2024 aarch64 aarch64 aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered: