Made autoscale command more explicit

This commit is contained in:
jqmichael
2020-05-03 12:02:23 -07:00
committed by GitHub
parent f64d9ae916
commit 5f18998e73
@@ -330,7 +330,7 @@ Alternatively, you can use the `kubectl autoscale` command to accomplish the sam
(and it's easier!) (and it's easier!)
```shell ```shell
kubectl autoscale rs frontend --max=10 kubectl autoscale rs frontend --max=10 --min=3 --cpu-percent=50
``` ```
## Alternatives to ReplicaSet ## Alternatives to ReplicaSet