Fixed few typos and englishify getting-started-guides

This commit is contained in:
Jedrzej Nowak
2016-09-06 12:35:55 +02:00
parent 6b61d2ba0b
commit bbb9854574
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ $ export ETCD_VERSION=2.2.0
For users who want to bring up a cluster with k8s version v1.1.1, `controller manager` may fail to start
due to [a known issue](https://github.com/kubernetes/kubernetes/issues/17109). You could raise it
up manually by using following command on the remote master server. Note that
you should do this only after `api-server` is up. Moreover this issue is fixed in v1.1.2 and later.
you should do this only after `api-server` is up. Moreover, this issue is fixed in v1.1.2 and later.
```shell
$ sudo service kube-controller-manager start