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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user