Merge pull request #10448 from mwielgus/downward

Add a link to the downward api in the downward example
This commit is contained in:
Wojciech Tyczynski 2015-06-29 15:50:17 +02:00
commit 6ec77c2c7f

View File

@ -1,7 +1,7 @@
# Downward API example
Following this example, you will create a pod with a containers that consumes the pod's name and
namespace using the downward API.
namespace using the [downward API](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/downward_api.md).
## Step Zero: Prerequisites