File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
docs/tasks/run-application Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ kubectl run -i --tty load-generator --image=busybox /bin/sh
170
170
171
171
Hit enter for command prompt
172
172
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
174
174
```
175
175
176
176
<!--
@@ -295,7 +295,6 @@ apiVersion: autoscaling/v2beta2
295
295
kind : HorizontalPodAutoscaler
296
296
metadata :
297
297
name : php-apache
298
- namespace : default
299
298
spec :
300
299
scaleTargetRef :
301
300
apiVersion : apps/v1
@@ -424,7 +423,6 @@ apiVersion: autoscaling/v2beta1
424
423
kind: HorizontalPodAutoscaler
425
424
metadata:
426
425
name: php-apache
427
- namespace: default
428
426
spec:
429
427
scaleTargetRef:
430
428
apiVersion: apps/v1
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apiVersion: autoscaling/v1
2
2
kind : HorizontalPodAutoscaler
3
3
metadata :
4
4
name : php-apache
5
- namespace : default
6
5
spec :
7
6
scaleTargetRef :
8
7
apiVersion : apps/v1
You can’t perform that action at this time.
0 commit comments