Calico plugin not working with 1.12 kubernetes. Please, update the k8sMaster.sh
Hi,
I am using the k8sMaster.sh to setup the kubernetes.
Whenever I apply the calico.yaml file the networking plugin is not getting applied with the following error:
Oct 28 19:47:23 abhi-VirtualBox kubelet[7509]: W1028 19:47:23.770295 7509 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Oct 28 19:47:23 abhi-VirtualBox kubelet[7509]: E1028 19:47:23.771205 7509 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Oct 28 19:47:28 abhi-VirtualBox kubelet[7509]: W1028 19:47:28.773128 7509 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Oct 28 19:47:28 abhi-VirtualBox kubelet[7509]: E1028 19:47:28.773271 7509 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Oct 28 19:47:31 abhi-VirtualBox kubelet[7509]: E1028 19:47:31.628914 7509 pod_workers.go:186] Error syncing pod a03c1c56-db21-11e8-8b4c-080027cdb0b0 ("coredns-576cbf47c7-2rlws_kube-system(a03c1c56-db21-11e8-8b4c-080027cdb0b0)"), skipping: network is not ready: [r
Oct 28 19:47:33 abhi-VirtualBox kubelet[7509]: W1028 19:47:33.774176 7509 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Oct 28 19:47:33 abhi-VirtualBox kubelet[7509]: E1028 19:47:33.775051 7509 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Oct 28 19:47:38 abhi-VirtualBox kubelet[7509]: W1028 19:47:38.779404 7509 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Oct 28 19:47:38 abhi-VirtualBox kubelet[7509]: E1028 19:47:38.779590 7509 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Oct 28 19:47:42 abhi-VirtualBox kubelet[7509]: E1028 19:47:42.623030 7509 pod_workers.go:186] Error syncing pod a03c1c56-db21-11e8-8b4c-080027cdb0b0 ("coredns-576cbf47c7-2rlws_kube-system(a03c1c56-db21-11e8-8b4c-080027cdb0b0)"), skipping: network is not ready: [r
Oct 28 19:47:43 abhi-VirtualBox kubelet[7509]: W1028 19:47:43.780887 7509 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Oct 28 19:47:43 abhi-VirtualBox kubelet[7509]: E1028 19:47:43.781509 7509 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Oct 28 19:47:48 abhi-VirtualBox kubelet[7509]: W1028 19:47:48.783071 7509 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Oct 28 19:47:48 abhi-VirtualBox kubelet[7509]: E1028 19:47:48.784031 7509 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Comments
-
Ok, got it working. I had not seen the latest document. Thanks
1 -
@abhijitherekar I'm currently troubleshooting same issue. How did you get it to work?
0 -
****As of v1.12.1 with the early October version of Calico new nodes now have another taint,
node.kubernetes.io/not-ready:NoSchedule. We need to remove this taint so that the scheduler will begin to allocate
Calico pods to both nodes. They need to be running prior to nodes showing Ready. As of this writing the taint
removal may take two or three times to work. Wait a minute, view taints and run the command again until the taints
are removed.****student@ckad-1:~$ kubectl describe nodes |grep -i taint
Taints: node.kubernetes.io/not-ready:NoSchedule
Taints: node.kubernetes.io/not-ready:NoSchedulestudent@ckad-1:~$ kubectl taint nodes --all node.kubernetes.io/not-readynode/ckad-1
untainted
node/ckad-2 untaintedstudent@ckad-1:~$ kubectl describe nodes |grep -i Taint
Taints: node.kubernetes.io/not-ready:NoSchedule
Taints:student@ckad-1:~$ sleep 60 ; \
kubectl taint nodes --all node.kubernetes.io/not-readynode/ckad-1
untainted
taint "node.kubernetes.io/not-ready:" not found- Check that both nodes are without a Taint. If they both are without taint the nodes should now show as Ready. It may
take a minute or two for all pods to enter Ready state.
student@ckad-1:~$ kubectl describe nodes |grep -i taint
Taints:
Taints:student@ckad-1:~$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
LFD259: V 2018-10-21 c Copyright the Linux Foundation 2018. All rights reserved.
2.1. LABS 7
ckad-1 Ready master 6m1s v1.12.1
ckad-2 Ready 5m31s v1.12.11 - Check that both nodes are without a Taint. If they both are without taint the nodes should now show as Ready. It may
-
@rymonroe Please check my comment.
0 -
@rymonroe Please check my comment.
0 -
-
After removing taints everything worked. Thanks!
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 977 Programming and Development
- 310 Kernel Development
- 649 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)