Bootstrap a new control plane.
Section: Cluster Bootstrap
Initialize control plane
bash
bash
kubeadm init --pod-network-cidr=10.244.0.0/16Explanation
Bootstrap a new control plane.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Cluster Bootstrap
Initialize with cert upload
Initialize HA control plane and upload certs for additional control-plane joins.
Create token and print join command
Generate a ready-to-run join command.