Remove extensions/v1beta1 Job

This commit is contained in:
Maciej Szulik
2017-01-02 12:32:04 +01:00
committed by Andrew Chen
parent 9310444630
commit ec4e3b0ca2
3 changed files with 2 additions and 10 deletions
+2 -1
View File
@@ -104,6 +104,7 @@ to pick up the `--runtime-config` changes.
## Enabling resources in the groups
DaemonSets, Deployments, HorizontalPodAutoscalers, Ingress, Jobs and ReplicaSets 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 disable deployments and jobs, set
`--runtime-config=extensions/v1beta1/deployments=false,extensions/v1beta1/jobs=false`
`--runtime-config=extensions/v1beta1/deployments=false,extensions/v1beta1/ingress=false`