From 32a94100f8df54c31b8b16590ca99638be8355e5 Mon Sep 17 00:00:00 2001 From: carlory Date: Mon, 25 Dec 2023 13:49:12 +0800 Subject: [PATCH] remove GA featuregate RemoveSelfLink --- .../command-line-tools-reference/feature-gates-removed/index.md | 1 + .../command-line-tools-reference/feature-gates/index.md | 1 - .../feature-gates/remove-self-link.md | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates-removed/index.md b/content/en/docs/reference/command-line-tools-reference/feature-gates-removed/index.md index f5ffe7fabd612..ea84cfc538463 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates-removed/index.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates-removed/index.md @@ -139,6 +139,7 @@ In the following table: - {{< feature-gate-description name="PodShareProcessNamespace" >}} - {{< feature-gate-description name="PreferNominatedNode" >}} - {{< feature-gate-description name="ProbeTerminationGracePeriod" >}} +- {{< feature-gate-description name="RemoveSelfLink" >}} - {{< feature-gate-description name="RequestManagement" >}} - {{< feature-gate-description name="ResourceLimitsPriorityFunction" >}} - {{< feature-gate-description name="ResourceQuotaScopeSelectors" >}} diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/index.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/index.md index fecea0b375b12..c170093a036f1 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/index.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/index.md @@ -223,7 +223,6 @@ Each feature gate is designed for enabling/disabling a specific feature: - {{< feature-gate-description name="ReadWriteOncePod" >}} - {{< feature-gate-description name="RecoverVolumeExpansionFailure" >}} - {{< feature-gate-description name="RemainingItemCount" >}} -- {{< feature-gate-description name="RemoveSelfLink" >}} - {{< feature-gate-description name="RotateKubeletServerCertificate" >}} - {{< feature-gate-description name="RuntimeClassInImageCriApi" >}} - {{< feature-gate-description name="SchedulerQueueingHints" >}} diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/remove-self-link.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/remove-self-link.md index ff8b45a51e7a6..0e7a492be3057 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/remove-self-link.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/remove-self-link.md @@ -1,4 +1,5 @@ --- +removed: true title: RemoveSelfLink content_type: feature_gate _build: @@ -17,6 +18,7 @@ stages: - stage: stable defaultValue: true fromVersion: "1.24" + toVersion: "1.29" --- Sets the `.metadata.selfLink` field to blank (empty string) for all objects and collections. This field has been deprecated since the Kubernetes v1.16