Fixed some minor typos

1. remove duplicate `than`
2. fixed a typo `<maste IP>` to `<master IP>`
3. add a `$` before the `kubelet` command to keep align with others in the document
This commit is contained in:
qiaolei
2015-09-13 09:09:29 +08:00
committed by hw-qiaolei
parent 27c4f22ef4
commit cb80475135
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ Once the playbook as finished, it will print out the IP of the Kubernetes master
SSH to it using the key that was created and using the _core_ user and you can list the machines in your cluster:
$ ssh -i ~/.ssh/id_rsa_k8s core@<maste IP>
$ ssh -i ~/.ssh/id_rsa_k8s core@<master IP>
$ fleetctl list-machines
MACHINE IP METADATA
a017c422... <node #1 IP> role=node