Update validate cluster cli docs

This commit is contained in:
John Gardiner Myers 2020-11-11 09:30:25 -08:00
parent 74c7a7a75d
commit cddd30c184
2 changed files with 8 additions and 8 deletions

View File

@ -60,10 +60,10 @@ func NewCmdValidateCluster(f *util.Factory, out io.Writer) *cobra.Command {
validateClusterLong := templates.LongDesc(i18n.T(`
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. Component status returns healthy for all components.
4. All pods with a critical priority are running and healthy.
1. All control plane nodes are running and have "Ready" status.
2. All worker nodes are running and have "Ready" status.
3. All control plane nodes have the expected pods.
4. All pods with a critical priority are running and have "Ready" status.
`))
cmd := &cobra.Command{

View File

@ -9,10 +9,10 @@ Validate a kops cluster.
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. Component status returns healthy for all components.
4. All pods with a critical priority are running and healthy.
1. All control plane nodes are running and have "Ready" status.
2. All worker nodes are running and have "Ready" status.
3. All control plane nodes have the expected pods.
4. All pods with a critical priority are running and have "Ready" status.
```
kops validate cluster [flags]