Fix issue with k8s.io/docs/concepts/workloads/controllers/replicaset/ (#12147)

This commit is contained in:
tuanvcw 2019-01-10 10:01:01 +07:00 committed by Kubernetes Prow Robot
parent 42c57bded9
commit fc2968d876
1 changed files with 1 additions and 1 deletions

View File

@ -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