From fc2968d87604fcf051c8966b6f569fd07a7ee6e5 Mon Sep 17 00:00:00 2001 From: tuanvcw Date: Thu, 10 Jan 2019 10:01:01 +0700 Subject: [PATCH] Fix issue with k8s.io/docs/concepts/workloads/controllers/replicaset/ (#12147) --- content/en/docs/concepts/workloads/controllers/replicaset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/replicaset.md b/content/en/docs/concepts/workloads/controllers/replicaset.md index fd72b58149..9da14d35a5 100644 --- a/content/en/docs/concepts/workloads/controllers/replicaset.md +++ b/content/en/docs/concepts/workloads/controllers/replicaset.md @@ -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