From 1571a07f7974aba312f9cd32854fe60940a290fd Mon Sep 17 00:00:00 2001 From: HirazawaUi <695097494plus@gmail.com> Date: Sat, 7 Oct 2023 00:08:47 +0800 Subject: [PATCH] add DisableNodeKubeProxyVersion feature gate --- .../reference/command-line-tools-reference/feature-gates.md | 2 ++ 1 file changed, 2 insertions(+) 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 1d88ec7b0f..a579e6a8ae 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 @@ -96,6 +96,7 @@ For a reference to old feature gates that are removed, please refer to | `DevicePluginCDIDevices` | `false` | Alpha | 1.28 | | | `DisableCloudProviders` | `false` | Alpha | 1.22 | | | `DisableKubeletCloudCredentialProviders` | `false` | Alpha | 1.23 | | +| `DisableNodeKubeProxyVersion` | `false` | Alpha | 1.29 | | | `DynamicResourceAllocation` | `false` | Alpha | 1.26 | | | `ElasticIndexedJob` | `true` | Beta` | 1.27 | | | `EventedPLEG` | `false` | Alpha | 1.26 | 1.26 | @@ -467,6 +468,7 @@ Each feature gate is designed for enabling/disabling a specific feature: component flag. - `DisableKubeletCloudCredentialProviders`: Disable the in-tree functionality in kubelet to authenticate to a cloud provider container registry for image pull credentials. +- `DisableNodeKubeProxyVersion`: Disable setting the `kubeProxyVersion` field of the Node. - `DynamicResourceAllocation`: Enables support for resources with custom parameters and a lifecycle that is independent of a Pod. - `ElasticIndexedJob`: Enables Indexed Jobs to be scaled up or down by mutating both