Skip to content

Commit

Permalink
Adding command to display node details (#15063)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rajeshdeshpande02 authored and k8s-ci-robot committed Jun 24, 2019
1 parent 5c0afee commit 0a835fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/docs/concepts/architecture/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a835fc

Please sign in to comment.