Merge pull request #1721 from rsmitty/master

Very basic kubeadm reset command formatting fix.
pull/1630/head^2
devin-donnelly 2016-11-21 14:40:34 -08:00 committed by GitHub
commit 2f26823b50
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ If there is a firewall, make sure it exposes this port to the internet before yo
* To undo what `kubeadm` did, simply run:
# kubeadm reset
# kubeadm reset
If you wish to start over, run `systemctl start kubelet` followed by `kubeadm init` or `kubeadm join`.