Skip to content

Commit

Permalink
fix scale command of object-management (#6011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglingxia authored and zacharysarah committed Nov 3, 2017
1 parent 4f5f584 commit f647c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Directly update the `replicas` field in the live configuration by using `kubectl
This does not use `kubectl apply`:

```shell
kubectl scale deployment/nginx-deployment --replicas 2
kubectl scale deployment/nginx-deployment --replicas=2
```

Print the live configuration using `kubectl get`:
Expand Down

0 comments on commit f647c51

Please sign in to comment.