You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.kubeadm init --pod-network-cidr=100.100.0.0/16 --image-repository=registry.aliyuncs.com/google_containers --apiserver-advertise-address=192.168.1.122 (192.168.1.122 is my private IP address, which is available to the cluster nodes)
2.mkdir -p $HOME/.kube
3.sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
4.sudo chown $(id -u):$(id -g) $HOME/.kube/config (steps 2,3,4 are directed by the above kubeadm init command's output)
5.kubectl apply -f kube-flannel.yml (this file is attached)
6.kubectl get pod -n kube-system
Your Environment
Backend used:vxlan
Kubernetes version: 1.28
Operating System and version: Linux davinci-mini 5.10.0+ (on Huawei's NPU Atlas)
When I use flannel as the pod network of Kubernetes, the coredns pod stays in the "pending" status.
Expected Behavior
The coredns pod should be in the "running" status.
Current Behavior
Steps to Reproduce (for bugs)
1.kubeadm init --pod-network-cidr=100.100.0.0/16 --image-repository=registry.aliyuncs.com/google_containers --apiserver-advertise-address=192.168.1.122 (192.168.1.122 is my private IP address, which is available to the cluster nodes)$(id -u):$ (id -g) $HOME/.kube/config (steps 2,3,4 are directed by the above kubeadm init command's output)
2.mkdir -p $HOME/.kube
3.sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
4.sudo chown
5.kubectl apply -f kube-flannel.yml (this file is attached)
6.kubectl get pod -n kube-system
Your Environment
Attached: the content of "kube-flannel.yml"
The text was updated successfully, but these errors were encountered: