Skip to content

Commit 421caff

Browse files
authored
Merge pull request #20741 from jqmichael/patch-2
Made autoscale command more explicit
2 parents eef6edf + 5f18998 commit 421caff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Alternatively, you can use the `kubectl autoscale` command to accomplish the sam
330330
(and it's easier!)
331331

332332
```shell
333-
kubectl autoscale rs frontend --max=10
333+
kubectl autoscale rs frontend --max=10 --min=3 --cpu-percent=50
334334
```
335335

336336
## Alternatives to ReplicaSet

0 commit comments

Comments
 (0)