== Spin up the master node ==
Use kubeadm with the generated config vanilla defaults to initialize the control plane.
<syntaxhighlight lang="bash">
> cd /home/kubernetes/clusters/ccu
> sudo systemctl enable docker.service
> sudo kubeadm init --config kubeadm-init-config.yaml
</syntaxhighlight>
* Update kubelet configuration for master node Edit /etc/kubernetes/manifests/kube-controller-manager.yaml: <syntaxhighlight lang="bash">spec: containers: - command: # add these two - --allocate-node-cidrs=true - --cluster-cidr=10.244.0.0/16</syntaxhighlight> Edit /etc/kubernetes/manifests/kube-controller-manager.yaml: <syntaxhighlight lang="bash"></syntaxhighlight> * Flannel daemonset (node pod network for communication)
* nVidia daemonset