Added cluster-health check instructions (#18958)

* Added cluster-health check instructions

* Added cluster info command

Added cluster info command

* Fixed Cluster health check instruction

* Fixed typo in documentation
This commit is contained in:
Raghu Katti
2020-03-09 12:29:38 -04:00
committed by GitHub
parent cc594a19a9
commit c2b7c035f3
@@ -29,6 +29,11 @@ kubectl get nodes
And verify that all of the nodes you expect to see are present and that they are all in the `Ready` state. And verify that all of the nodes you expect to see are present and that they are all in the `Ready` state.
To get detailed information about the overall health of your cluster, you can run:
```shell
kubectl cluster-info dump
```
## Looking at logs ## Looking at logs
For now, digging deeper into the cluster requires logging into the relevant machines. Here are the locations For now, digging deeper into the cluster requires logging into the relevant machines. Here are the locations