create-cluster-kubeadm: fix typo in "master" label

A prior change to modify the command for control plane
untaint introduced a typo "control-master-". Fix it,
as it should be "master-".
This commit is contained in:
Lubomir I. Ivanov
2022-03-30 01:51:35 +03:00
parent b4a56597b0
commit 39d7770b8c
@@ -290,7 +290,7 @@ reasons. If you want to be able to schedule Pods on the control plane nodes,
for example for a single machine Kubernetes cluster, run:
```bash
kubectl taint nodes --all node-role.kubernetes.io/control-plane- node-role.kubernetes.io/control-master-
kubectl taint nodes --all node-role.kubernetes.io/control-plane- node-role.kubernetes.io/master-
```
The output will look something like: