Lab:3.1 Initialize the master [kubeadm init] has failed with timed out waiting for the condition
Hi Team,
i am stuck at installing kubernetes at Lab: 3. 1 from step no: 15 , Initial the master. Below is the error details.
Please help me on this and provide your suggestions ?
COMMAND: kubeadm init --config=kubeadm-config.yaml --upload-certs \
| tee kubeadm-init.out # Save output for future review
ERROR:
Unfortunately, an error has occurred:
timed out waiting for the condition
This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'
Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI.
Here is one example how you may list all Kubernetes containers running in docker:
- 'docker ps -a | grep kube | grep -v pause'
Once you have found the failing container, you can inspect its logs with:
- 'docker logs CONTAINERID'
Comments
-
Hi @serewicz ,
Thank you for reading my query and helping the resolution...
I am using GCP , compute engine instance Ubuntu 18 and ran below commands step by step that has suggested in Lab exercise document.
I ran exactly same as below, can you pls have a look and help me what went wrong.
also, pls help me how do i undo step 13 and run the command again if previous steps 1 - 12 was correct.1) sudo -i
2) apt-get update && apt-get upgrade -y
3) apt-get install -y vim
4) apt-get install -y docker.io
5) vim /etc/apt/sources.list.d/kubernetes.list , adding below line
deb http://apt.kubernetes.io/ kubernetes-xenial main
6) curl -s \https://packages.cloud.google.com/apt/doc/apt-key.gpg \ | apt-key add -
7) apt-get update8) apt-get install -y \kubeadm=1.19.1-00 kubelet=1.19.1-00 kubectl=1.19.1-00
9) apt-mark hold kubelet kubeadm kubectl10) wget https://docs.projectcalico.org/manifests/calico.yaml
below lines are commented by default in calico.yaml ,so uncommented below lines in calico.yaml - name: CALICO_IPV4POOL_CIDR value: "192.168.0.0/16"
11) vim /etc/hosts
10.7.0.5 k8master
12) creating vim kubeadm-config.yaml at root level and added below yaml stuff
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
kubernetesVersion: 1.19.1
controlPlaneEndpoint: "k8smaster:6443"
networking:
podSubnet: 192.168.0.0/1613) kubeadm init --config=kubeadm-config.yaml --upload-certs \ | tee kubeadm-init.out # Save output for future review
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
- 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
- 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
- 984 Software
- 376 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)