Skip to content

Commit c223518

Browse files
committed
[id] replace cpu-percent with cpu
1 parent 23619e0 commit c223518

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)