From 11333a4851785eb33d738af6f0f0cc889a126681 Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Tue, 12 Apr 2022 10:33:30 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Tim Bannister --- content/en/docs/concepts/overview/kubernetes-api.md | 2 +- .../reference/command-line-tools-reference/feature-gates.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index b7ed2e02e4..3c0bba3adb 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -84,7 +84,7 @@ packages that define the API objects. {{< feature-state state="beta" for_k8s_version="v1.24" >}} -Kubernetes v1.24 offers beta support for publishing its APIs as OpenAPI v3; this is a +Kubernetes {{< param "version" >}} offers beta support for publishing its APIs as OpenAPI v3; this is a beta feature that is enabled by default. You can disable the beta feature by turning off the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) named `OpenAPIV3` diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index e0f5552125..8046d2c120 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -158,7 +158,7 @@ different Kubernetes components. | `NodeOutOfServiceVolumeDetach` | `false` | Alpha | 1.24 | | | `OpenAPIEnums` | `false` | Alpha | 1.23 | 1.23 | | `OpenAPIEnums` | `false` | Beta | 1.24 | | -| `OpenAPIV3` | `false` | Alpha | 1.23 | | +| `OpenAPIV3` | `false` | Alpha | 1.23 | 1.23 | | `OpenAPIV3` | `true` | Beta | 1.24 | | | `PodAndContainerStatsFromCRI` | `false` | Alpha | 1.23 | | | `PodDeletionCost` | `false` | Alpha | 1.21 | 1.21 |