Create a Kubernetes control plane
Bootstrap a Kubernetes worker node and join it to a cluster
kubeadm join --token tokenCreate a new bootstrap token with a TTL of 12 hours
kubeadm token create --ttl 12h0m0sCheck if the Kubernetes cluster is upgradeable and which versions are available
Upgrade Kubernetes cluster to a specified version
kubeadm upgrade apply versionView the kubeadm ConfigMap containing the cluster's configuration
Revert changes made to the host by 'kubeadm init' or 'kubeadm join'