Add details about enabling individual API resources using --runtime-config

This is in support of beta APIs off by default KEP.  See
https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/3136-beta-apis-off-by-default#graduation-criteria
.
This commit is contained in:
David Eads
2022-03-15 16:43:46 -04:00
parent 636cff2b55
commit 99174eaaa2
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 particular resource like `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