Copy edits for typos
This commit is contained in:
@@ -223,7 +223,7 @@ frontend-z9oxo 1/1 Running 0 41s
|
||||
|
||||
## Exposing the app to the outside world
|
||||
|
||||
There is no native Azure load-ballancer support in Kubernets 1.0, however here is how you can expose the Guestbook app to the Internet.
|
||||
There is no native Azure load-balancer support in Kubernetes 1.0, however here is how you can expose the Guestbook app to the Internet.
|
||||
|
||||
```
|
||||
./expose_guestbook_app_port.sh ./output/kube_1c1496016083b4_ssh_conf
|
||||
|
@@ -87,7 +87,7 @@ cd kubernetes/cluster/docker-multinode
|
||||
|
||||
`Master done!`
|
||||
|
||||
See [here](docker-multinode/master.md) for detailed instructions explaination.
|
||||
See [here](docker-multinode/master.md) for detailed instructions explanation.
|
||||
|
||||
## Adding a worker node
|
||||
|
||||
@@ -104,7 +104,7 @@ cd kubernetes/cluster/docker-multinode
|
||||
|
||||
`Worker done!`
|
||||
|
||||
See [here](docker-multinode/worker.md) for detailed instructions explaination.
|
||||
See [here](docker-multinode/worker.md) for detailed instructions explanation.
|
||||
|
||||
## Testing your cluster
|
||||
|
||||
|
@@ -74,7 +74,7 @@ parameters as follows:
|
||||
```
|
||||
|
||||
NOTE: The above is specifically for GRUB2.
|
||||
You can check the command line parameters passed to your kenel by looking at the
|
||||
You can check the command line parameters passed to your kernel by looking at the
|
||||
output of /proc/cmdline:
|
||||
|
||||
```console
|
||||
|
@@ -187,7 +187,7 @@ cd ~/kubernetes/contrib/ansible/
|
||||
|
||||
That's all there is to it. It's really that easy. At this point you should have a functioning Kubernetes cluster.
|
||||
|
||||
**Show kubernets nodes**
|
||||
**Show kubernetes nodes**
|
||||
|
||||
Run the following on the kube-master:
|
||||
|
||||
|
@@ -657,7 +657,7 @@ This pod mounts several node file system directories using the `hostPath` volum
|
||||
authenticate external services, such as a cloud provider.
|
||||
- This is not required if you do not use a cloud provider (e.g. bare-metal).
|
||||
- The `/srv/kubernetes` mount allows the apiserver to read certs and credentials stored on the
|
||||
node disk. These could instead be stored on a persistend disk, such as a GCE PD, or baked into the image.
|
||||
node disk. These could instead be stored on a persistent disk, such as a GCE PD, or baked into the image.
|
||||
- Optionally, you may want to mount `/var/log` as well and redirect output there (not shown in template).
|
||||
- Do this if you prefer your logs to be accessible from the root filesystem with tools like journalctl.
|
||||
|
||||
|
Reference in New Issue
Block a user