Skip to content

Commit

Permalink
fix one bug in docs/nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
shelmingsong committed Aug 22, 2022
1 parent ab93860 commit 8258fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ to
With the old node still in the inventory, run `remove-node.yml`. You need to pass `-e node=node-1` to the playbook to limit the execution to the node being removed.
If the node you want to remove is not online, you should add `reset_nodes=false` and `allow_ungraceful_removal=true` to your extra-vars.

### 3) Edit cluster-info configmap in kube-system namespace
### 3) Edit cluster-info configmap in kube-public namespace

`kubectl edit cm -n kube-public cluster-info`

Expand Down

0 comments on commit 8258fca

Please sign in to comment.