3
19
64
9K
42
Download Image
1/10: 🔧 Installing Kubeadm Dependencies to start - $ sudo yum install -y docker kubelet kubeadm $ sudo systemctl enable docker && sudo systemctl start docker $ sudo systemctl enable kubelet && sudo systemctl start kubelet
@devops_tech This is the kubeadm init command for a single control plane cluster, maybe you can provide a 14th step to deploy a HA cluster with at least 3 command plane nodes