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:
+1
-1
@@ -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:
|
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