Merge pull request #32284 from deads2k/beta-off-by-default

Add details about enabling individual API resources using --runtime-config
This commit is contained in:
Kubernetes Prow Robot
2022-04-11 09:20:06 -07:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -108,6 +108,7 @@ part is omitted, it is treated as if `=true` is specified. For example:
- to disable `batch/v1`, set `--runtime-config=batch/v1=false`
- to enable `batch/v2alpha1`, set `--runtime-config=batch/v2alpha1`
- to enable a specific version of an API, such as `storage.k8s.io/v1beta1/csistoragecapacities`, set `--runtime-config=storage.k8s.io/v1beta1/csistoragecapacities`
{{< note >}}
When you enable or disable groups or resources, you need to restart the API