mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 08:54:44 +00:00
Updating documentation to reflect the latest status of extension resources
This commit is contained in:
@@ -209,8 +209,9 @@ 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). This API group may or
|
||||
may not be enabled on your cluster.
|
||||
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/daemonset` on the api server.
|
||||
|
||||
DaemonSet objects effectively have [API version `v1alpha1`](../api.md#api-versioning).
|
||||
Alpha objects may change or even be discontinued in future software releases.
|
||||
|
Reference in New Issue
Block a user