Updating documentation to reflect the latest status of extension resources

This commit is contained in:
nikhiljindal
2015-10-20 15:36:29 -07:00
parent 034f7ccb1d
commit 72914fd81b
4 changed files with 10 additions and 9 deletions

View File

@@ -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.