Skip to content

Commit 32a9410

Browse files
committed
remove GA featuregate RemoveSelfLink
1 parent c8e0d11 commit 32a9410

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates-removed/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ In the following table:
139139
- {{< feature-gate-description name="PodShareProcessNamespace" >}}
140140
- {{< feature-gate-description name="PreferNominatedNode" >}}
141141
- {{< feature-gate-description name="ProbeTerminationGracePeriod" >}}
142+
- {{< feature-gate-description name="RemoveSelfLink" >}}
142143
- {{< feature-gate-description name="RequestManagement" >}}
143144
- {{< feature-gate-description name="ResourceLimitsPriorityFunction" >}}
144145
- {{< feature-gate-description name="ResourceQuotaScopeSelectors" >}}

content/en/docs/reference/command-line-tools-reference/feature-gates/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
223223
- {{< feature-gate-description name="ReadWriteOncePod" >}}
224224
- {{< feature-gate-description name="RecoverVolumeExpansionFailure" >}}
225225
- {{< feature-gate-description name="RemainingItemCount" >}}
226-
- {{< feature-gate-description name="RemoveSelfLink" >}}
227226
- {{< feature-gate-description name="RotateKubeletServerCertificate" >}}
228227
- {{< feature-gate-description name="RuntimeClassInImageCriApi" >}}
229228
- {{< feature-gate-description name="SchedulerQueueingHints" >}}

content/en/docs/reference/command-line-tools-reference/feature-gates/remove-self-link.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
removed: true
23
title: RemoveSelfLink
34
content_type: feature_gate
45
_build:
@@ -17,6 +18,7 @@ stages:
1718
- stage: stable
1819
defaultValue: true
1920
fromVersion: "1.24"
21+
toVersion: "1.29"
2022
---
2123
Sets the `.metadata.selfLink` field to blank (empty string) for all
2224
objects and collections. This field has been deprecated since the Kubernetes v1.16

0 commit comments

Comments
 (0)