Add link to downward api in downward example

This commit is contained in:
Marcin Wielgus 2015-06-27 11:49:33 +02:00
parent 1c0b765df6
commit fb3adfe7db

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