Skip to content

Commit

Permalink
fix scale command of object-management (kubernetes#6011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglingxia authored and colemickens committed Oct 26, 2017
1 parent c5e7783 commit b4315a0
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 b4315a0

Please sign in to comment.