re: issue #2034; fix docker image link (#2532)

* re: issue #2034; fix docker image link

change link in line 26 to: https://gcr.io/google_containers/hpa-example

* point link to local Dockerfile

* specify it as the Dockerfile, not image
This commit is contained in:
Andrew Chen
2017-02-14 14:34:13 -08:00
committed by mengyuan
parent 523bb2a1fd
commit 1c634023f6
@@ -23,7 +23,7 @@ heapster monitoring will be turned-on by default).
## Step One: Run & expose php-apache server
To demonstrate Horizontal Pod Autoscaler we will use a custom docker image based on the php-apache image.
The image can be found [here](/docs/user-guide/horizontal-pod-autoscaling/image).
The Dockerfile can be found [here](/docs/user-guide/horizontal-pod-autoscaling/image/Dockerfile).
It defines an [index.php](/docs/user-guide/horizontal-pod-autoscaling/image/index.php) page which performs some CPU intensive computations.
First, we will start a deployment running the image and expose it as a service: