Skip to content

Commit

Permalink
fix scale command of object-management
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglingxia committed Oct 23, 2017
1 parent aefefc6 commit 4a1109c
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 4a1109c

Please sign in to comment.