Merge pull request #26956 from joe2far/fix-typos

Automatic merge from submit-queue

Fixed several typos
This commit is contained in:
k8s-merge-robot
2016-07-14 04:13:15 -07:00
committed by GitHub
67 changed files with 81 additions and 81 deletions

View File

@@ -104,7 +104,7 @@ contribute!
**NON_MASQUERADE_CIDR**
The 'internal' IP range which Kuberenetes will use, which will therefore not
The 'internal' IP range which Kubernetes will use, which will therefore not
use IP masquerade. By default kubernetes runs an internal network for traffic
between pods (and between pods and services), and by default this uses the
`10.0.0.0/8` range. However, this sometimes overlaps with a range that you may

View File

@@ -81,7 +81,7 @@ via juju ssh:
juju ssh kubernetes-master/0 -t "sudo kubectl get nodes"
You may also SSH to the kuberentes-master unit (`juju ssh kubernetes-master/0`)
You may also SSH to the kubernetes-master unit (`juju ssh kubernetes-master/0`)
and call kubectl from the command prompt.
See the

View File

@@ -30,7 +30,7 @@ juju add-relation kubernetes etcd
# Configuration
For your convenience this charm supports some configuration options to set up
a Kuberentes cluster that works in your environment:
a Kubernetes cluster that works in your environment:
**version**: Set the version of the Kubernetes containers to deploy. The
version string must be in the following format "v#.#.#" where the numbers