From 811b273f515168aee01fc3960cfe590332f0fb60 Mon Sep 17 00:00:00 2001 From: Shashank Pachava Date: Sun, 26 May 2019 12:57:16 -0400 Subject: [PATCH] kubectl: add explain command example (#3052) --- pages/common/kubectl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/kubectl.md b/pages/common/kubectl.md index 3599fee47..7fcf6c6fe 100644 --- a/pages/common/kubectl.md +++ b/pages/common/kubectl.md @@ -29,3 +29,7 @@ - Print the address of the master and cluster services: `kubectl cluster-info` + +- Display an explanation of the specific field: + +`kubectl explain pods.spec.containers`