From 259b4d8d2593a64dc820d1d5753f2771256e8650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Ro=C5=9Bciszewski?= Date: Tue, 31 Jan 2017 09:21:13 +0100 Subject: [PATCH] Fox README consistency --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7343800..91b9326 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,10 @@ env which can be easily passed through the [downward api](http://kubernetes.io/d The `POD_NAME` variable is mandatory and is used to resolve dependencies. Example: -Simple example how to use downward API to get `POD_NAME`, can be found [here](https://raw.githubusercontent.com/kubernetes/kubernetes.github.io/master/docs/user-guide/downward-api/dapi-pod.yaml). `DEPENDENCY_DAEMONSET=openvswitch-agent` +Simple example how to use downward API to get `POD_NAME` can be found [here](https://raw.githubusercontent.com/kubernetes/kubernetes.github.io/master/docs/user-guide/downward-api/dapi-pod.yaml). + ### Job Checks if a given job succeded at least once. Example: @@ -78,7 +79,7 @@ Example: ## Image Build process for image is trigged after each commit. -Can be found [here](https://quay.io/repository/stackanetes/kubernetes-entrypoint?tab=tags), and can be pulled by executing: +Can be found [here](https://quay.io/repository/stackanetes/kubernetes-entrypoint?tab=tags), and pulled by executing: `docker pull quay.io/stackanetes/kubernetes-entrypoint:v0.1.0` ## Examples