Merge pull request #32623 from neolit123/1.24-update-master-label-taint

create-cluster-kubeadm: fix typo in "master" label
This commit is contained in:
Kubernetes Prow Robot
2022-03-29 20:30:27 -07:00
committed by GitHub
@@ -299,7 +299,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: