Skip to content

Commit

Permalink
create-cluster-kubeadm: fix typo in "master" label
Browse files Browse the repository at this point in the history
A prior change to modify the command for control plane
untaint introduced a typo "control-master-". Fix it,
as it should be "master-".
  • Loading branch information
neolit123 committed Mar 29, 2022
1 parent b4a5659 commit 39d7770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```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:
Expand Down

0 comments on commit 39d7770

Please sign in to comment.