Doc: apigroups, alpha, beta, experimental/v1alpha1

This commit is contained in:
Eric Tune
2015-10-08 16:29:02 -07:00
parent 11c735cefa
commit ca6c950b89
4 changed files with 130 additions and 8 deletions

View File

@@ -209,9 +209,13 @@ all or certain hosts, and when it needs to start before other pods.
## Caveats
DaemonSet is part of the experimental API group, so it is not subject to the same compatibility
guarantees as objects in the main API. It may not be enabled. Enable by setting
`--runtime-config=experimental/v1alpha1` on the apiserver.
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 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 may appear as API version `v1beta1` if enabled.
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->