Merge pull request #17222 from kubernetes/ArtfulCoder-patch-1

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-13 10:22:20 -08:00

View File

@@ -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 objects are in the [`extensions` API Group](../api.md#api-groups).
DaemonSet is not enabled by default. Enable it by setting DaemonSet is not enabled by default. Enable it by setting
`--runtime-config=extensions/v1beta1/daemonsets=true` on the api server. This can be `--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. on GCE.
DaemonSet objects effectively have [API version `v1alpha1`](../api.md#api-versioning). DaemonSet objects effectively have [API version `v1alpha1`](../api.md#api-versioning).