From 0a835fc0325b67206aba5a53add1720700482ee0 Mon Sep 17 00:00:00 2001 From: Rajesh Deshpande Date: Mon, 24 Jun 2019 12:01:56 +0530 Subject: [PATCH] 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. --- content/en/docs/concepts/architecture/nodes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/concepts/architecture/nodes.md b/content/en/docs/concepts/architecture/nodes.md index 921e380872..d53ca69c91 100644 --- a/content/en/docs/concepts/architecture/nodes.md +++ b/content/en/docs/concepts/architecture/nodes.md @@ -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 +``` Each section is described in detail below. ### Addresses