Merge pull request #20741 from jqmichael/patch-2

Made autoscale command more explicit
pull/20854/head
Kubernetes Prow Robot 2020-05-08 19:39:52 -07:00 committed by GitHub
commit 421caff2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ Alternatively, you can use the `kubectl autoscale` command to accomplish the sam
(and it's easier!)
```shell
kubectl autoscale rs frontend --max=10
kubectl autoscale rs frontend --max=10 --min=3 --cpu-percent=50
```
## Alternatives to ReplicaSet