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