From ff6717e7ef95a68009b5864f094650825c24bd94 Mon Sep 17 00:00:00 2001 From: James Spurin Date: Sun, 26 Apr 2020 17:17:53 +0100 Subject: [PATCH] ZH equivalent for PR20555 --- .../run-application/horizontal-pod-autoscale-walkthrough.md | 4 +--- content/zh/examples/application/hpa/php-apache.yaml | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index 2bd4c43219..72adc7421e 100644 --- a/content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -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 ```