Skip to content

Commit 874aba0

Browse files
committed
[ja] replace cpu-percent with cpu
1 parent e5c4414 commit 874aba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ service/php-apache created
6868
このアルゴリズムについての詳細は[こちら](/docs/tasks/run-application/horizontal-pod-autoscale/#algorithm-details)をご覧ください。
6969

7070
```shell
71-
kubectl autoscale deployment php-apache --cpu-percent=50 --min=1 --max=10
71+
kubectl autoscale deployment php-apache --cpu=50% --min=1 --max=10
7272
```
7373

7474
```

0 commit comments

Comments
 (0)