Fix typo in kubectl describe pods example

Signed-off-by: jaehnri <joao.henri.cr@gmail.com>
This commit is contained in:
jaehnri 2021-08-26 21:00:18 -03:00
parent 9e0d3fdd6c
commit bf1b75f165

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`))
)