Adding command to display node details (#15063)

Details of a node are already described on this page but the command used to get those details were missing. So with this PR adding that command.
This commit is contained in:
Rajesh Deshpande
2019-06-24 12:01:56 +05:30
committed by Kubernetes Prow Robot
parent 5c0afee773
commit 0a835fc032
@@ -30,6 +30,10 @@ A node's status contains the following information:
* [Capacity and Allocatable](#capacity)
* [Info](#info)
Node status and other details about a node can be displayed using below command:
```shell
kubectl describe node <insert-node-name-here>
```
Each section is described in detail below.
### Addresses