Update kops_validate_cluster.md

This commit is contained in:
AdamDang 2018-05-09 23:35:51 +08:00 committed by GitHub
parent 7aaf10273a
commit bb623dbc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 healthly for all components.
3. Componentstatues returns healthy for all components.
4. All pods in the kube-system namespace are running and healthy.
```