The kubeadm Config Generator writes a multi-document kubeadm configuration so you can bootstrap a self-managed Kubernetes control plane without memorising the schema. You set the advertise address, bind port, CRI socket, Kubernetes version, control-plane endpoint and pod/service subnets.
The output is two YAML documents (InitConfiguration and ClusterConfiguration) joined by ---. The Kubernetes version is validated. Everything runs locally - nothing is uploaded and no cluster connection is made.