mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #104621 from jaehnri/docs/KUBECTL-1100
Fix typo in kubectl describe pods example
This commit is contained in:
commit
033456a2b2
@ -64,8 +64,8 @@ var (
|
|||||||
# Describe pods by label name=myLabel
|
# Describe pods by label name=myLabel
|
||||||
kubectl describe po -l name=myLabel
|
kubectl describe po -l name=myLabel
|
||||||
|
|
||||||
# Describe all pods managed by the 'frontend' replication controller (rc-created pods
|
# Describe all pods managed by the 'frontend' replication controller
|
||||||
# get the name of the rc as a prefix in the pod the name)
|
# (rc-created pods get the name of the rc as a prefix in the pod name)
|
||||||
kubectl describe pods frontend`))
|
kubectl describe pods frontend`))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user