fix scale command of object-management (#6011)

This commit is contained in:
jianglingxia
2017-10-24 01:22:07 +08:00
committed by zacharysarah
parent 4f5f584c78
commit f647c51f84
@@ -188,7 +188,7 @@ Directly update the `replicas` field in the live configuration by using `kubectl
This does not use `kubectl apply`: This does not use `kubectl apply`:
```shell ```shell
kubectl scale deployment/nginx-deployment --replicas 2 kubectl scale deployment/nginx-deployment --replicas=2
``` ```
Print the live configuration using `kubectl get`: Print the live configuration using `kubectl get`: