Add the -n for pod in kubectl command (#16798)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

Add instructions in kubectl command

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update

Signed-off-by: PingWang <wang.ping5@zte.com.cn>
This commit is contained in:
PingWang 2019-10-12 09:28:39 +08:00 committed by Kubernetes Prow Robot
parent b9331f31e7
commit 74397dd65f
1 changed files with 2 additions and 2 deletions

View File

@ -73,9 +73,9 @@ represents.
1. Display information about a Pod:
kubectl describe pod <pod-name>
kubectl describe pod <pod-name> -n <namespace>
where `<pod-name>` is the name of one of your Pods.
If the namespace of the pod is `default`, you can omit the '-n' parameter.
### Use bold for user interface elements