Skip to content

Commit 26f819a

Browse files
committed
[ko] Fix syntax for kubectl autoscale command
1 parent c087b26 commit 26f819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ HorizontalPodAutoscaler를 생성하는 명령어를 실행할 것이다.
100100
HorizontalPodAutoscaler를 생성한다.
101101

102102
```shell
103-
kubectl autoscale deployment php-apache --cpu=50% --min=1 --max=10
103+
kubectl autoscale deployment php-apache --cpu-percent=50 --min=1 --max=10
104104
```
105105

106106
```

0 commit comments

Comments
 (0)