From 92e1be47119a36c622c0fd208fd08984c07f9b5f Mon Sep 17 00:00:00 2001 From: yupengzte Date: Mon, 27 Mar 2017 10:17:06 +0800 Subject: [PATCH] Dollar signs used before commands without showing output Signed-off-by: yupengzte --- docs/admin/cluster-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/cluster-management.md b/docs/admin/cluster-management.md index 3aef843d51..8b2c3feb3b 100644 --- a/docs/admin/cluster-management.md +++ b/docs/admin/cluster-management.md @@ -196,7 +196,7 @@ for changes to this variable to take effect. You can use `kubectl convert` command to convert config files between different API versions. ```shell -$ kubectl convert -f pod.yaml --output-version v1 +kubectl convert -f pod.yaml --output-version v1 ``` For more options, please refer to the usage of [kubectl convert](/docs/user-guide/kubectl/kubectl_convert/) command.