Skip to content

Commit

Permalink
Add the -n for pod in kubectl command
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ping035627 committed Oct 12, 2019
1 parent af66c0a commit 328e76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/contribute/style/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 328e76d

Please sign in to comment.