Merge pull request #20741 from jqmichael/patch-2
Made autoscale command more explicitpull/20854/head
commit
421caff2b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue