Improved openshift, docker, ansible references (#12201)

* Fixed Openshift -> OpenShift

* Fixed ansible -> Ansible

* Fixed docker -> Docker
This commit is contained in:
Roy Lenferink
2019-01-14 03:26:49 +01:00
committed by Kubernetes Prow Robot
parent 1bc0d7c385
commit aa0da8f34a
10 changed files with 11 additions and 11 deletions
@@ -143,7 +143,7 @@ Open the file in an editor and replace the following values for `ClusterConfigur
You must also modify the `ClusterStatus` to add a mapping for the current host under apiEndpoints.
Add an annotation for the cri-socket to the current node, for example to use docker:
Add an annotation for the cri-socket to the current node, for example to use Docker:
```shell
kubectl annotate node <nodename> kubeadm.alpha.kubernetes.io/cri-socket=/var/run/dockershim.sock