Skip to content

Commit

Permalink
Fixed some minor typos
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hw-qiaolei committed Sep 13, 2015
1 parent 27c4f22 commit cb80475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/admin/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ you are doing [manual node administration](#manual-node-administration), then yo
capacity when adding a node.

The Kubernetes scheduler ensures that there are enough resources for all the pods on a node. It
checks that the sum of the limits of containers on the node is no greater than than the node capacity. It
checks that the sum of the limits of containers on the node is no greater than the node capacity. It
includes all containers started by kubelet, but not containers started directly by docker, nor
processes not in containers.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-guides/cloudstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/service-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ secrets/build-robot-secret
Now you can confirm that the newly built secret is populated with an API token for the "build-robot" service account.

```console
kubectl describe secrets/build-robot-secret
$ kubectl describe secrets/build-robot-secret
Name: build-robot-secret
Namespace: default
Labels: <none>
Expand Down

0 comments on commit cb80475

Please sign in to comment.