diff --git a/README.md b/README.md index 4c046dc..7a1e7a4 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ sudo sysctl --system > Disable swap on controlplane and dataplane nodes ```bash -sudo swappff -a +sudo swapoff -a ``` ```bash @@ -200,6 +200,12 @@ sudo kubeadm join $controller_private_ip:6443 --token $token --discovery-token-c kubeadm token create --print-join-command ``` +> In case you only have a single node, you would need to untaint the control panel node to allow for pods to be deployed on it. + +```bash +kubectl taint nodes --all node-role.kubernetes.io/control-plane- +``` + ### To install metrics server ```bash