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]>

Add instructions in kubectl command

Signed-off-by: PingWang <[email protected]>
  • Loading branch information
ping035627 committed Oct 10, 2019
1 parent af66c0a commit 03e52c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,10 @@ 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.
If the namespace of the pod is default, can be without '-n <namespace>'.

### Use bold for user interface elements

Expand Down

0 comments on commit 03e52c9

Please sign in to comment.