There was an error while loading. Please reload this page.
1 parent 2ab08b7 commit 5a7067bCopy full SHA for 5a7067b
content/ja/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md
@@ -68,7 +68,7 @@ service/php-apache created
68
このアルゴリズムについての詳細は[こちら](/docs/tasks/run-application/horizontal-pod-autoscale/#algorithm-details)をご覧ください。
69
70
```shell
71
-kubectl autoscale deployment php-apache --cpu=50% --min=1 --max=10
+kubectl autoscale deployment php-apache --cpu-percent=50 --min=1 --max=10
72
```
73
74
0 commit comments