Merge pull request #104621 from jaehnri/docs/KUBECTL-1100

Fix typo in kubectl describe pods example
This commit is contained in:
Kubernetes Prow Robot 2021-09-02 07:43:09 -07:00 committed by GitHub
commit 033456a2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@ var (
# Describe pods by label name=myLabel
kubectl describe po -l name=myLabel
# Describe all pods managed by the 'frontend' replication controller (rc-created pods
# get the name of the rc as a prefix in the pod the name)
# Describe all pods managed by the 'frontend' replication controller
# (rc-created pods get the name of the rc as a prefix in the pod name)
kubectl describe pods frontend`))
)