From e01500f5e1a267ea71e6a19b50fc5efeb7a21c82 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Tue, 21 May 2024 13:58:12 +0800 Subject: [PATCH] Fix feature gates that have been been removed in 1.30 --- .../feature-gates/api-self-subject-review.md | 2 ++ .../feature-gates/csi-migration-azure-file.md | 2 ++ .../feature-gates/expanded-dns-config.md | 2 ++ .../experimental-host-user-namespace-defaulting.md | 2 ++ .../feature-gates/ip-tables-ownership-cleanup.md | 2 ++ .../feature-gates/kubelet-pod-resources-get-allocatable.md | 2 ++ .../feature-gates/kubelet-pod-resources.md | 2 ++ .../feature-gates/legacy-service-account-token-tracking.md | 3 ++- .../feature-gates/minimize-ip-tables-restore.md | 2 ++ .../feature-gates/proxy-terminating-endpoints.md | 2 ++ .../feature-gates/security-context-deny.md | 2 ++ 11 files changed, 22 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/api-self-subject-review.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/api-self-subject-review.md index dc706fb51a..a0d46d6d87 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/api-self-subject-review.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/api-self-subject-review.md @@ -18,6 +18,8 @@ stages: - stage: stable defaultValue: true fromVersion: "1.28" + toVersion: "1.29" +removed: true --- Activate the `SelfSubjectReview` API which allows users to see the requesting subject's authentication information. diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/csi-migration-azure-file.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/csi-migration-azure-file.md index 0b7b455060..456c99e192 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/csi-migration-azure-file.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/csi-migration-azure-file.md @@ -21,6 +21,8 @@ stages: - stage: stable defaultValue: true fromVersion: "1.26" + toVersion: "1.29" +removed: true --- Enables shims and translation logic to route volume operations from the Azure-File in-tree plugin to AzureFile CSI plugin. diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/expanded-dns-config.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/expanded-dns-config.md index eb2adb3b4d..1c1d37e975 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/expanded-dns-config.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/expanded-dns-config.md @@ -17,6 +17,8 @@ stages: - stage: stable defaultValue: true fromVersion: "1.28" + toVersion: "1.29" +removed: true --- Enable kubelet and kube-apiserver to allow more DNS search paths and longer list of DNS search paths. This feature requires container diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/experimental-host-user-namespace-defaulting.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/experimental-host-user-namespace-defaulting.md index ceab94cb9e..4eeec95c82 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/experimental-host-user-namespace-defaulting.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/experimental-host-user-namespace-defaulting.md @@ -13,6 +13,8 @@ stages: - stage: deprecated defaultValue: false fromVersion: "1.28" + toVersion: "1.29" +removed: true --- Enabling the defaulting user namespace to host. This is for containers that are using other host namespaces, diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/ip-tables-ownership-cleanup.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/ip-tables-ownership-cleanup.md index 9144f61e40..93d36b1052 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/ip-tables-ownership-cleanup.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/ip-tables-ownership-cleanup.md @@ -17,5 +17,7 @@ stages: - stage: stable defaultValue: true fromVersion: "1.28" + toVersion: "1.29" +removed: true --- This causes kubelet to no longer create legacy iptables rules. diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources-get-allocatable.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources-get-allocatable.md index 4ab61fbec8..b23a7c626c 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources-get-allocatable.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources-get-allocatable.md @@ -17,6 +17,8 @@ stages: - stage: stable defaultValue: true fromVersion: "1.28" + toVersion: "1.29" +removed: true --- Enable the kubelet's pod resources `GetAllocatableResources` functionality. This API augments the diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources.md index 80c3f1a35c..4a7a4ac13b 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources.md @@ -17,6 +17,8 @@ stages: - stage: stable defaultValue: true fromVersion: "1.28" + toVersion: "1.29" +removed: true --- Enable the kubelet's pod resources gRPC endpoint. See [Support Device Monitoring](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/606-compute-device-assignment/README.md) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/legacy-service-account-token-tracking.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/legacy-service-account-token-tracking.md index 26a4af5930..6b28152589 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/legacy-service-account-token-tracking.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/legacy-service-account-token-tracking.md @@ -17,7 +17,8 @@ stages: - stage: stable defaultValue: true fromVersion: "1.28" - + toVersion: "1.29" +removed: true --- Track usage of Secret-based [service account tokens](/docs/concepts/security/service-accounts/#get-a-token). diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/minimize-ip-tables-restore.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/minimize-ip-tables-restore.md index 0e8f0c7d1f..5e8dc0feaa 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/minimize-ip-tables-restore.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/minimize-ip-tables-restore.md @@ -17,6 +17,8 @@ stages: - stage: stable defaultValue: true fromVersion: "1.28" + toVersion: "1.29" +removed: true --- Enables new performance improvement logics in the kube-proxy iptables mode. diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/proxy-terminating-endpoints.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/proxy-terminating-endpoints.md index debb78efaf..1076ed5340 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/proxy-terminating-endpoints.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/proxy-terminating-endpoints.md @@ -17,6 +17,8 @@ stages: - stage: stable defaultValue: true fromVersion: "1.28" + toVersion: "1.29" +removed: true --- Enable the kube-proxy to handle terminating endpoints when `ExternalTrafficPolicy=Local`. diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/security-context-deny.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/security-context-deny.md index d4947c6d41..29bf02d194 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/security-context-deny.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/security-context-deny.md @@ -9,5 +9,7 @@ stages: - stage: alpha defaultValue: false fromVersion: "1.27" + toVersion: "1.29" +removed: true --- This gate signals that the `SecurityContextDeny` admission controller is deprecated.