Dollar signs used before commands without showing output

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
This commit is contained in:
yupengzte 2017-03-27 10:17:06 +08:00 committed by Andrew Chen
parent 7d3f209c87
commit 92e1be4711
1 changed files with 1 additions and 1 deletions

View File

@ -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.