From a380fec339ec4c25a6738425d04a73bdcd25584d Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Thu, 2 Mar 2017 16:07:41 +0800 Subject: [PATCH] Highlighted command --kubectl describe In web page ,there is no space ,need some empty space,thanks! --- docs/user-guide/kubectl/kubectl_describe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/kubectl/kubectl_describe.md b/docs/user-guide/kubectl/kubectl_describe.md index a5fd703d73..6db3c2d9b7 100644 --- a/docs/user-guide/kubectl/kubectl_describe.md +++ b/docs/user-guide/kubectl/kubectl_describe.md @@ -10,9 +10,9 @@ Show details of a specific resource or group of resources Show details of a specific resource or group of resources. This command joins many API calls together to form a detailed description of a given resource or group of resources. - +``` $ kubectl describe TYPE NAME_PREFIX - +``` will first check for an exact match on TYPE and NAME PREFIX. If no such resource exists, it will output details for every resource that has a name prefixed with NAME PREFIX. Valid resource types include: