mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Fix Env Var Name in daemonset documentation
This commit is contained in:
parent
d3777a08e0
commit
051e9fe837
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user