Articles → DOCKER → Kubeadm Init CommandKubeadm Init CommandIn this article, we will discuss the kubeadm init command.Purpose The kubeadm init command initializes a Kubernetes control-plane node.Install Docker And Kubeadm The first step is to install docker and kubeadm.Kubeadm Init Command Use the following command to initialize the Kubernetes control plane node: -kubeadm init[ERROR CRI]: Container Runtime Is Not Running If you get the following error on the execution of the kubeadm init command, then execute the following commands before: -rm /etc/containerd/config.toml systemctl restart containerdPosted By - Karan Gupta Posted On - Friday, January 5, 2024 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
kubeadm init
rm /etc/containerd/config.toml systemctl restart containerd
Query/Feedback