Skip to content

Commit 49b18b3

Browse files
committed
Fix reference to API groups
1 parent e028d3d commit 49b18b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/en/docs/reference/using-api/api-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,15 @@ Currently, there are several API groups in use:
8787
* The named groups are at REST path `/apis/$GROUP_NAME/$VERSION` and use
8888
`apiVersion: $GROUP_NAME/$VERSION` (for example, `apiVersion: batch/v1`).
8989
You can find the full list of supported API groups in
90-
[Kubernetes API reference](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/).
90+
[Kubernetes API reference](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#-strong-api-groups-strong-).
9191

9292
## Enabling or disabling API groups {#enabling-or-disabling}
9393

9494
Certain resources and API groups are enabled by default. You can enable or
9595
disable them by setting `--runtime-config` on the API server. The
96-
`--runtime-config` flag accepts comma separated `<key>=<value>` pairs
97-
describing the runtime configuration of the API server. For example:
96+
`--runtime-config` flag accepts comma separated `<key>[=<value>]` pairs
97+
describing the runtime configuration of the API server. If the `=<value>`
98+
part is omitted, it is treated as if `=true` is specified. For example:
9899

99100
- to disable `batch/v1`, set `--runtime-config=batch/v1=false`
100101
- to enable `batch/v2alpha1`, set `--runtime-config=batch/v2alpha1`

0 commit comments

Comments
 (0)