Skip to content

Commit 5c1b5bc

Browse files
authored
Merge pull request #52587 from Arhell/id-replace
[id] replace cpu-percent with cpu
2 parents 7553bf9 + c223518 commit 5c1b5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Secara kasar, HPA akan menambah dan mengurangi jumlah replika
8080
Lihat [ini](/id/docs/tasks/run-application/horizontal-pod-autoscaler/#detail-algoritma) untuk detail lebih lanjut tentang algoritmanya.
8181

8282
```shell
83-
kubectl autoscale deployment php-apache --cpu-percent=50 --min=1 --max=10
83+
kubectl autoscale deployment php-apache --cpu=50% --min=1 --max=10
8484
```
8585
```
8686
horizontalpodautoscaler.autoscaling/php-apache autoscaled

0 commit comments

Comments
 (0)