File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
content/en/docs/tasks/run-application Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ kubectl run --generator=run-pod/v1 -it --rm load-generator --image=busybox /bin/
119
119
120
120
Hit enter for command prompt
121
121
122
- while true ; do wget -q -O- http://php-apache.default.svc.cluster.local ; done
122
+ while true ; do wget -q -O- http://php-apache; done
123
123
```
124
124
125
125
Within a minute or so, we should see the higher CPU load by executing:
@@ -203,7 +203,6 @@ apiVersion: autoscaling/v2beta2
203
203
kind : HorizontalPodAutoscaler
204
204
metadata :
205
205
name : php-apache
206
- namespace : default
207
206
spec :
208
207
scaleTargetRef :
209
208
apiVersion : apps/v1
@@ -296,7 +295,6 @@ apiVersion: autoscaling/v2beta2
296
295
kind: HorizontalPodAutoscaler
297
296
metadata:
298
297
name: php-apache
299
- namespace: default
300
298
spec:
301
299
scaleTargetRef:
302
300
apiVersion: apps/v1
You can’t perform that action at this time.
0 commit comments