Copy edits for typos
This commit is contained in:
@@ -40,7 +40,7 @@ gpgcheck=0
|
||||
yum -y install --enablerepo=virt7-testing kubernetes
|
||||
```
|
||||
|
||||
* Note * Using etcd-0.4.6-7 (This is temperory update in documentation)
|
||||
* Note * Using etcd-0.4.6-7 (This is temporary update in documentation)
|
||||
|
||||
If you do not get etcd-0.4.6-7 installed with virt7-testing repo,
|
||||
|
||||
@@ -80,7 +80,7 @@ KUBE_LOG_LEVEL="--v=0"
|
||||
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
||||
```
|
||||
|
||||
* Disable the firewall on both the master and minon, as docker does not play well with other firewall rule managers
|
||||
* Disable the firewall on both the master and minion, as docker does not play well with other firewall rule managers
|
||||
|
||||
```
|
||||
systemctl disable iptables-services firewalld
|
||||
|
@@ -37,7 +37,7 @@ sudo docker -H unix:///var/run/docker-bootstrap.sock run --net=host gcr.io/googl
|
||||
|
||||
|
||||
### Set up Flannel on the master node
|
||||
Flannel is a network abstraction layer build by CoreOS, we will use it to provide simplfied networking between our Pods of containers.
|
||||
Flannel is a network abstraction layer build by CoreOS, we will use it to provide simplified networking between our Pods of containers.
|
||||
|
||||
Flannel re-configures the bridge that Docker uses for networking. As a result we need to stop Docker, reconfigure its networking, and then restart Docker.
|
||||
|
||||
|
@@ -183,7 +183,7 @@ The [k8petstore example](../../examples/k8petstore/) is available as a
|
||||
|
||||
juju action do kubernetes-master/0
|
||||
|
||||
Note: this example includes curl statements to exercise the app, which automatically generates "petstore" transactions written to redis, and allows you to visualize the throughput in your browswer.
|
||||
Note: this example includes curl statements to exercise the app, which automatically generates "petstore" transactions written to redis, and allows you to visualize the throughput in your browser.
|
||||
|
||||
## Tear down cluster
|
||||
|
||||
@@ -199,7 +199,7 @@ Kubernetes Bundle on Github
|
||||
|
||||
- [Bundle Repository](https://github.com/whitmo/bundle-kubernetes)
|
||||
* [Kubernetes master charm](https://github.com/whitmo/charm-kubernetes-master)
|
||||
* [Kubernetes mininion charm](https://github.com/whitmo/charm-kubernetes)
|
||||
* [Kubernetes minion charm](https://github.com/whitmo/charm-kubernetes)
|
||||
- [Bundle Documentation](http://whitmo.github.io/bundle-kubernetes)
|
||||
- [More about Juju](https://juju.ubuntu.com)
|
||||
|
||||
|
@@ -138,7 +138,7 @@ spec:
|
||||
path: /var/lib/docker/containers
|
||||
```
|
||||
|
||||
This pod specification maps the the directory on the host containing the Docker log files, `/var/lib/docker/containers`, to a directory inside the container which has the same path. The pod runs one image, `gcr.io/google_containers/fluentd-gcp:1.6`, which is configured to collect the Docker log files from the logs directory and ingest them into Google Cloud Logging. One instance of this pod runs on each node of the cluster. Kubernetes will notice if this pod fails and automatically restart it.
|
||||
This pod specification maps the directory on the host containing the Docker log files, `/var/lib/docker/containers`, to a directory inside the container which has the same path. The pod runs one image, `gcr.io/google_containers/fluentd-gcp:1.6`, which is configured to collect the Docker log files from the logs directory and ingest them into Google Cloud Logging. One instance of this pod runs on each node of the cluster. Kubernetes will notice if this pod fails and automatically restart it.
|
||||
|
||||
We can click on the Logs item under the Monitoring section of the Google Developer Console and select the logs for the counter container, which will be called kubernetes.counter_default_count. This identifies the name of the pod (counter), the namespace (default) and the name of the container (count) for which the log collection occurred. Using this name we can select just the logs for our counter container from the drop down menu:
|
||||
|
||||
|
@@ -361,7 +361,7 @@ installation, by following examples given in the Docker documentation.
|
||||
|
||||
### rkt
|
||||
|
||||
[rkt](https://github.com/coreos/rkt) is an alterative to Docker. You only need to install one of Docker or rkt.
|
||||
[rkt](https://github.com/coreos/rkt) is an alternative to Docker. You only need to install one of Docker or rkt.
|
||||
|
||||
*TODO*: how to install and configure rkt.
|
||||
|
||||
|
@@ -22,7 +22,7 @@ This document describes how to deploy kubernetes on ubuntu nodes, including 1 ma
|
||||
|
||||
*3 These guide is tested OK on Ubuntu 14.04 LTS 64bit server, but it should also work on most Ubuntu versions*
|
||||
|
||||
*4 Dependences of this guide: etcd-2.0.12, flannel-0.4.0, k8s-0.19.3, but it may work with higher versions*
|
||||
*4 Dependencies of this guide: etcd-2.0.12, flannel-0.4.0, k8s-0.19.3, but it may work with higher versions*
|
||||
|
||||
*5 All the remote servers can be ssh logged in without a password by using key authentication*
|
||||
|
||||
|
Reference in New Issue
Block a user