From 051e9fe837c319c6be65904a09513cf0925f0543 Mon Sep 17 00:00:00 2001 From: Abhi Shah Date: Fri, 13 Nov 2015 09:24:09 -0800 Subject: [PATCH] Fix Env Var Name in daemonset documentation --- docs/admin/daemons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/daemons.md b/docs/admin/daemons.md index a2f9d8779f2..56697d20a9b 100644 --- a/docs/admin/daemons.md +++ b/docs/admin/daemons.md @@ -212,7 +212,7 @@ all or certain hosts, and when it needs to start before other pods. DaemonSet objects are in the [`extensions` API Group](../api.md#api-groups). DaemonSet is not enabled by default. Enable it by setting `--runtime-config=extensions/v1beta1/daemonsets=true` on the api server. This can be -achieved by exporting ENABLE_DAEMONSETS=true before running kube-up.sh script +achieved by exporting KUBE_ENABLE_DAEMONSETS=true before running kube-up.sh script on GCE. DaemonSet objects effectively have [API version `v1alpha1`](../api.md#api-versioning).