Skip to content

Commit

Permalink
zh, en: fix a typo in maintain-a-kubernetes-node.md (#228) (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: Ran <huangran@pingcap.com>
  • Loading branch information
sre-bot and ran-huang committed Apr 27, 2020
1 parent 8c1d1d6 commit 0ee4657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/maintain-a-kubernetes-node.md
Expand Up @@ -234,7 +234,7 @@ For the maintenance on an node that cannot be recovered in a short term (for exa
{{< copyable "shell-regular" >}}

```shell
kuebctl delete node ${node_name}
kubectl delete node ${node_name}
```

Now, you have successfully finished the maintenance task for the node.

0 comments on commit 0ee4657

Please sign in to comment.