Fix some spelling mistakes

This commit is contained in:
Madhuri Kumari
2017-12-22 12:09:07 +05:30
parent 5d46bb8808
commit d1c597095f
5 changed files with 6 additions and 6 deletions
@@ -97,7 +97,7 @@ The Node controller contains the cloud-dependent functionality of the kubelet. P
In this new model, the kubelet initializes a node without cloud-specific information. However, it adds a taint to the newly created node that makes the node unschedulable until the CCM initializes the node with cloud-specific information, and then removes this taint.
### 3. Kubernets API server
### 3. Kubernetes API server
The PersistentVolumeLabels controller moves the cloud-dependent functionality of the Kubernetes API server to the CCM as described in the preceding sections.