Skip to content

Commit bf026f6

Browse files
authored
Merge pull request #20563 from spurin/remove_ns_specifics-ko
KO equivalent for PR20555
2 parents c8cf46d + 2e7bb74 commit bf026f6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ kubectl run --generator=run-pod/v1 -it --rm load-generator --image=busybox /bin/
113113

114114
Hit enter for command prompt
115115

116-
while true; do wget -q -O- http://php-apache.default.svc.cluster.local; done
116+
while true; do wget -q -O- http://php-apache; done
117117
```
118118

119119
실행 후, 약 1분 정도 후에 CPU 부하가 올라가는 것을 볼 수 있다.
@@ -197,7 +197,6 @@ apiVersion: autoscaling/v2beta2
197197
kind: HorizontalPodAutoscaler
198198
metadata:
199199
name: php-apache
200-
namespace: default
201200
spec:
202201
scaleTargetRef:
203202
apiVersion: apps/v1
@@ -294,7 +293,6 @@ apiVersion: autoscaling/v2beta2
294293
kind: HorizontalPodAutoscaler
295294
metadata:
296295
name: php-apache
297-
namespace: default
298296
spec:
299297
scaleTargetRef:
300298
apiVersion: apps/v1

content/ko/examples/application/hpa/php-apache.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: autoscaling/v1
22
kind: HorizontalPodAutoscaler
33
metadata:
44
name: php-apache
5-
namespace: default
65
spec:
76
scaleTargetRef:
87
apiVersion: apps/v1

0 commit comments

Comments
 (0)