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

@@ -107,11 +107,12 @@ In the future we expect that there will be more API groups, all at REST path `/a
using `apiVersion: $API_GROUP/$VERSION`. We expect that there will be a way for (third parties to
create their own API groups](design/extending-api.md), and to avoid naming collisions.
## Enabling the extensions group
## Enabling resources in the extensions group
Enable `extensions/v1beta1` objects by adding the following flags to your API server:
- `--runtime-config=extensions/v1beta1=true`
Jobs, Ingress and HorizontalPodAutoscalers are enabled by default.
Other extensions resources can be enabled by setting runtime-config on
apiserver. runtime-config accepts comma separated values. For ex: to enable deployments and disable jobs, set
`--runtime-config=extensions/v1beta1/deployments=true,extensions/v1beta1/jobs=false`
## v1beta1, v1beta2, and v1beta3 are deprecated; please move to v1 ASAP