Skip to content

Commit ff6717e

Browse files
committed
ZH equivalent for PR20555
1 parent 3228663 commit ff6717e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ kubectl run -i --tty load-generator --image=busybox /bin/sh
170170

171171
Hit enter for command prompt
172172

173-
while true; do wget -q -O- http://php-apache.default.svc.cluster.local; done
173+
while true; do wget -q -O- http://php-apache; done
174174
```
175175

176176
<!--
@@ -295,7 +295,6 @@ apiVersion: autoscaling/v2beta2
295295
kind: HorizontalPodAutoscaler
296296
metadata:
297297
name: php-apache
298-
namespace: default
299298
spec:
300299
scaleTargetRef:
301300
apiVersion: apps/v1
@@ -424,7 +423,6 @@ apiVersion: autoscaling/v2beta1
424423
kind: HorizontalPodAutoscaler
425424
metadata:
426425
name: php-apache
427-
namespace: default
428426
spec:
429427
scaleTargetRef:
430428
apiVersion: apps/v1

content/zh/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)