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`