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