fix scale command of object-management (#6011)

This commit is contained in:
jianglingxia
2017-10-24 01:22:07 +08:00
committed by Steve Perry
parent 2febd642af
commit 32f66bd9b2
@@ -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`: