Very basic kubeadm reset command formatting fix.

This commit is contained in:
Spencer Smith
2016-11-17 20:40:30 -05:00
parent 9b4e2ae1fa
commit 1b6580fe53
+1 -1
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`.