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 <[email protected]>
  • Loading branch information
ping035627 committed Oct 10, 2019
1 parent af66c0a commit dee4c36
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.
where `<pod-name>` is the name of one of your Pods, `<namespace>` is the Pod's namespace.

### Use bold for user interface elements

Expand Down

0 comments on commit dee4c36

Please sign in to comment.