mirror of https://github.com/kubernetes/kops.git
Fix mis-typing in CLI command documentations
This commit is contained in:
parent
413d3ed25a
commit
543d12bd22
|
@ -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.
|
||||
`))
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue