Fix mis-typing in CLI command documentations

This commit is contained in:
Byungjin Park 2018-10-04 11:33:33 +09:00
parent 413d3ed25a
commit 543d12bd22
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ var (
1. All k8s masters are running and have "Ready" status.
2. All k8s nodes are running and have "Ready" status.
3. Componentstatues returns healthy for all components.
3. Component status returns healthy for all components.
4. All pods in the kube-system namespace are running and healthy.
`))

View File

@ -11,7 +11,7 @@ This commands validates the following components:
1. All k8s masters are running and have "Ready" status.
2. All k8s nodes are running and have "Ready" status.
3. Componentstatues returns healthy for all components.
3. Component status returns healthy for all components.
4. All pods in the kube-system namespace are running and healthy.
### Examples

View File

@ -11,7 +11,7 @@ This commands validates the following components:
1. All k8s masters are running and have "Ready" status.
2. All k8s nodes are running and have "Ready" status.
3. Componentstatues returns healthy for all components.
3. Component status returns healthy for all components.
4. All pods in the kube-system namespace are running and healthy.
```