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 steveperry-53 committed Oct 23, 2017
1 parent 2febd64 commit 32f66bd
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 32f66bd

Please sign in to comment.