Skip to content

Commit 39d7770

Browse files
committed
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-".
1 parent b4a5659 commit 39d7770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ reasons. If you want to be able to schedule Pods on the control plane nodes,
290290
for example for a single machine Kubernetes cluster, run:
291291

292292
```bash
293-
kubectl taint nodes --all node-role.kubernetes.io/control-plane- node-role.kubernetes.io/control-master-
293+
kubectl taint nodes --all node-role.kubernetes.io/control-plane- node-role.kubernetes.io/master-
294294
```
295295

296296
The output will look something like:

0 commit comments

Comments
 (0)