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:
+1
-1
@@ -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:
|
for example for a single machine Kubernetes cluster, run:
|
||||||
|
|
||||||
```bash
|
```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:
|
The output will look something like:
|
||||||
|
|||||||
Reference in New Issue
Block a user