diff --git a/cmd/kops/validate.go b/cmd/kops/validate.go index 91523e9fab..0e2718114f 100644 --- a/cmd/kops/validate.go +++ b/cmd/kops/validate.go @@ -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. `)) diff --git a/docs/cli/kops_validate.md b/docs/cli/kops_validate.md index d421cd168e..e48425b086 100644 --- a/docs/cli/kops_validate.md +++ b/docs/cli/kops_validate.md @@ -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 diff --git a/docs/cli/kops_validate_cluster.md b/docs/cli/kops_validate_cluster.md index adceb27900..be4d06baa5 100644 --- a/docs/cli/kops_validate_cluster.md +++ b/docs/cli/kops_validate_cluster.md @@ -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. ```