diff --git a/pages/common/kubectl.md b/pages/common/kubectl.md index d2a4f5a6a..2f5aa6846 100644 --- a/pages/common/kubectl.md +++ b/pages/common/kubectl.md @@ -1,9 +1,10 @@ # kubectl > Command line interface for running commands against Kubernetes clusters. +> See also `kubectl describe` and other pages for additional information. > More information: . -- List all information about a resource with more details: +- List information about a resource with more details: `kubectl get {{pod|service|deployment|ingress|...}} -o wide`