mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Remove the Caveats section from DaemonSet doc because DaemonSet is now enabled by default.
This commit is contained in:
parent
f06a195855
commit
475546be66
@ -208,18 +208,6 @@ number of replicas and rolling out updates are more important than controlling e
|
|||||||
the pod runs on. Use a Daemon Controller when it is important that a copy of a pod always run on
|
the pod runs on. Use a Daemon Controller when it is important that a copy of a pod always run on
|
||||||
all or certain hosts, and when it needs to start before other pods.
|
all or certain hosts, and when it needs to start before other pods.
|
||||||
|
|
||||||
## Caveats
|
|
||||||
|
|
||||||
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 KUBE_ENABLE_DAEMONSETS=true before running kube-up.sh script
|
|
||||||
on GCE.
|
|
||||||
|
|
||||||
DaemonSet objects effectively have [API version `v1alpha1`](../api.md#api-versioning).
|
|
||||||
Alpha objects may change or even be discontinued in future software releases.
|
|
||||||
However, due to to a known issue, they will appear as API version `v1beta1` if enabled.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||||
|
Loading…
Reference in New Issue
Block a user