Merge pull request #22834 from huchengze/patch-21

Update horizontal-pod-autoscale-walkthrough.md for zh
This commit is contained in:
Kubernetes Prow Robot
2020-07-30 22:13:07 -07:00
committed by GitHub
@@ -74,7 +74,7 @@ Dockerfile 内容如下:
```
FROM php:5-apache
ADD index.php /var/www/html/index.php
COPY index.php /var/www/html/index.php
RUN chmod a+rx index.php
```
<!--