ZH equivalent for PR20555

pull/20564/head
James Spurin 2020-04-26 17:17:53 +01:00
parent 3228663626
commit ff6717e7ef
2 changed files with 1 additions and 4 deletions

View File

@ -170,7 +170,7 @@ kubectl run -i --tty load-generator --image=busybox /bin/sh
Hit enter for command prompt
while true; do wget -q -O- http://php-apache.default.svc.cluster.local; done
while true; do wget -q -O- http://php-apache; done
```
<!--
@ -295,7 +295,6 @@ apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: php-apache
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1
@ -424,7 +423,6 @@ apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: php-apache
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1

View File

@ -2,7 +2,6 @@ apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: php-apache
namespace: default
spec:
scaleTargetRef:
apiVersion: apps/v1