Merge pull request #6738 from madhuri-rai07/spell_fix

Fix some spelling mistakes
This commit is contained in:
Qiming
2017-12-26 14:44:55 +08:00
committed by GitHub
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.