Fix issue with k8s.io/docs/concepts/workloads/controllers/replicaset/ (#12147)
This commit is contained in:
parent
42c57bded9
commit
fc2968d876
|
|
@ -213,7 +213,7 @@ Alternatively, you can use the `kubectl autoscale` command to accomplish the sam
|
|||
(and it's easier!)
|
||||
|
||||
```shell
|
||||
kubectl autoscale rs frontend
|
||||
kubectl autoscale rs frontend --max=10
|
||||
```
|
||||
|
||||
## Alternatives to ReplicaSet
|
||||
|
|
|
|||
Loading…
Reference in New Issue