Very basic kubeadm reset command formatting fix.

reviewable/pr1721/r1
Spencer Smith 2016-11-17 20:40:30 -05:00
parent 9b4e2ae1fa
commit 1b6580fe53
1 changed files with 1 additions and 1 deletions
docs/getting-started-guides

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`.