Merge pull request #26956 from joe2far/fix-typos
Automatic merge from submit-queue Fixed several typos
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user