File tree 3 files changed +3
-1
lines changed
content/en/docs/reference/command-line-tools-reference
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ In the following table:
139
139
- {{< feature-gate-description name="PodShareProcessNamespace" >}}
140
140
- {{< feature-gate-description name="PreferNominatedNode" >}}
141
141
- {{< feature-gate-description name="ProbeTerminationGracePeriod" >}}
142
+ - {{< feature-gate-description name="RemoveSelfLink" >}}
142
143
- {{< feature-gate-description name="RequestManagement" >}}
143
144
- {{< feature-gate-description name="ResourceLimitsPriorityFunction" >}}
144
145
- {{< feature-gate-description name="ResourceQuotaScopeSelectors" >}}
Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
223
223
- {{< feature-gate-description name="ReadWriteOncePod" >}}
224
224
- {{< feature-gate-description name="RecoverVolumeExpansionFailure" >}}
225
225
- {{< feature-gate-description name="RemainingItemCount" >}}
226
- - {{< feature-gate-description name="RemoveSelfLink" >}}
227
226
- {{< feature-gate-description name="RotateKubeletServerCertificate" >}}
228
227
- {{< feature-gate-description name="RuntimeClassInImageCriApi" >}}
229
228
- {{< feature-gate-description name="SchedulerQueueingHints" >}}
Original file line number Diff line number Diff line change 1
1
---
2
+ removed : true
2
3
title : RemoveSelfLink
3
4
content_type : feature_gate
4
5
_build :
@@ -17,6 +18,7 @@ stages:
17
18
- stage : stable
18
19
defaultValue : true
19
20
fromVersion : " 1.24"
21
+ toVersion : " 1.29"
20
22
---
21
23
Sets the ` .metadata.selfLink ` field to blank (empty string) for all
22
24
objects and collections. This field has been deprecated since the Kubernetes v1.16
You can’t perform that action at this time.
0 commit comments