Skip to content

Commit 29d5c7b

Browse files
committed
[ja] CLI example in ReplicaSet
1 parent c087b26 commit 29d5c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ kubectl apply -f https://k8s.io/examples/controllers/hpa-rs.yaml
307307
同様のことを行うための代替案として、`kubectl autoscale`コマンドも使用できます。(こちらの方がより簡単です。)
308308

309309
```shell
310-
kubectl autoscale rs frontend --max=10 --min=3 --cpu-percent=50
310+
kubectl autoscale rs frontend --max=10 --min=3 --cpu=50%
311311
```
312312

313313
## ReplicaSetの代替案

0 commit comments

Comments
 (0)