From 328e76dddc2862fd5352c683d7875330d3ae1682 Mon Sep 17 00:00:00 2001 From: PingWang Date: Thu, 10 Oct 2019 16:34:31 +0800 Subject: [PATCH] Add the -n for pod in kubectl command Signed-off-by: PingWang Add instructions in kubectl command Signed-off-by: PingWang update Signed-off-by: PingWang --- content/en/docs/contribute/style/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index 64502dd7a6652..10be4e2ab0ce9 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -73,9 +73,9 @@ represents. 1. Display information about a Pod: - kubectl describe pod + kubectl describe pod -n - where `` 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