Skip to content

Commit e9518c5

Browse files
authored
Merge pull request #52634 from Arhell/ja-replace
[ja] replace cpu-percent with cpu
2 parents e5c4414 + 874aba0 commit e9518c5

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)