Skip to content

Commit d9707ee

Browse files
authored
Merge pull request #32623 from neolit123/1.24-update-master-label-taint
create-cluster-kubeadm: fix typo in "master" label
2 parents 4e120a0 + 39d7770 commit d9707ee

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
@@ -299,7 +299,7 @@ reasons. If you want to be able to schedule Pods on the control plane nodes,
299299
for example for a single machine Kubernetes cluster, run:
300300

301301
```bash
302-
kubectl taint nodes --all node-role.kubernetes.io/control-plane- node-role.kubernetes.io/control-master-
302+
kubectl taint nodes --all node-role.kubernetes.io/control-plane- node-role.kubernetes.io/master-
303303
```
304304

305305
The output will look something like:

0 commit comments

Comments
 (0)