Skip to content

Commit

Permalink
remove GA featuregate RemoveSelfLink
Browse files Browse the repository at this point in the history
  • Loading branch information
carlory committed Jan 5, 2024
1 parent c8e0d11 commit 32a9410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Expand Up @@ -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" >}}
Expand Down
Expand Up @@ -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" >}}
Expand Down
@@ -1,4 +1,5 @@
---
removed: true
title: RemoveSelfLink
content_type: feature_gate
_build:
Expand All @@ -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
Expand Down

0 comments on commit 32a9410

Please sign in to comment.