LAB 3.X Worker node remains in NotReady state
I follow the lab manual step by step, but still the worker remains NotReady. The control plane is prepared and functioning while the worker not. I am currently using Virtualbox for testing, network interfaces are using PROMISCUOUS mode (both set up in network configuration of virtualbox and flag visible when doing ip link).
This is the error showed by the kubelet in the worker node:
E0921 17:06:38.561928 6940 kubelet.go:2855] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized"
For some strange reason, when cilium is deployed its configuration file /etc/cni/net.d/05-cilium.conflist is only present on the control plane, while on the worker node, the directory /etc/cni/net.d/ is empty. If I manually create such file on the worker node then it
becomes ready, but then other errors arise.
This is what comes up when the worker is ready (after manually adding the cni configuration), the pods for cilium on the worker are not ready and showing CrashLoopBackOff.
E0921 17:12:14.231789 9444 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"cilium-operator\" with CrashLoopBackOff: \"back-off 10s restarting failed container=cilium-operator pod=cilium-operator-788c4f69bc-7vwg6_kube-system(d5a3dbed-4191-481a-8d66-07e542e9cc6c)\"" pod="kube-system/cilium-operator-788c4f69bc-7vwg6" podUID="d5a3dbed-4191-481a-8d66-07e542e9cc6c"
I have literally followed every single millimeter of the lab manuals, I really don't know what is wrong.
Comments
-
Hi @mariano.dangelo,
How many network interfaces on each VM? Is promiscuous set to "allow all"? What type of network is selected (bridged, nat, etc.)? What are the IP addresses of the VMs? What is the CPU count, memory and disk size of each VM? What is the guest OS on the VMs?
Regards,
-Chris0 -
Hello @chrispokorni,
each vm has 2 network interfaces, one NAT and the other one is host-only. Promiscuous is indeed set to "allow all". The network as I said is a NAT network. IP addresses of VMs are static, 172.23.19.0/24 network, with IPs being 172.23.19.30 and 172.23.19.40. Each VM has 4 CPUs and 8GB of RAM, with a disk size of 25GB. The guest OS on the VMs is Ubuntu 20.04. I am sure that the control-plane's alias/domain name is correct, I can see it f0 -
Hi @mariano.dangelo,
For a successful cluster bootstrapping on VirtualBox please use a single bridged adapter on each VM, with promiscuous mode enabled to "allow all".
Regards,
-Chris0 -
hello @chrispokorni,
Thank you, I'll try. I think this should be also included in the lab manual, as there is nothing regarding bridged adapters, but just NAT networks. Should I disable my host-only adapter as well? How could that harm my cluster?
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 4 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
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 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
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 955 Programming and Development
- 310 Kernel Development
- 627 Software Development
- 983 Software
- 375 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)