Skip to content

Commit 2bc82ac

Browse files
authored
Merge pull request kubernetes#130026 from carlory/remove-comments-from-feature-gate
remove unnecessary comment from feature-gate
2 parents 39f1c90 + dbefbd5 commit 2bc82ac

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pkg/features/kube_features.go

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,17 @@ const (
3737
// across the file.
3838

3939
// owner: @aojea
40-
// Deprecated: v1.31
4140
//
4241
// Allow kubelet to request a certificate without any Node IP available, only
4342
// with DNS names.
4443
AllowDNSOnlyNodeCSR featuregate.Feature = "AllowDNSOnlyNodeCSR"
4544

4645
// owner: @HirazawaUi
47-
// Deprecated: v1.32
4846
//
4947
// Allow spec.terminationGracePeriodSeconds to be overridden by MaxPodGracePeriodSeconds in soft evictions.
5048
AllowOverwriteTerminationGracePeriodSeconds featuregate.Feature = "AllowOverwriteTerminationGracePeriodSeconds"
5149

5250
// owner: @thockin
53-
// Deprecated: v1.29
5451
//
5552
// Enables Service.status.ingress.loadBanace to be set on
5653
// services of types other than LoadBalancer.
@@ -189,23 +186,18 @@ const (
189186
DisableKubeletCloudCredentialProviders featuregate.Feature = "DisableKubeletCloudCredentialProviders"
190187

191188
// owner: @micahhausler
192-
// Deprecated: v1.31
193189
//
194190
// Setting AllowInsecureKubeletCertificateSigningRequests to true disables node admission validation of CSRs
195191
// for kubelet signers where CN=system:node:$nodeName.
196-
// Remove in v1.33
197192
AllowInsecureKubeletCertificateSigningRequests featuregate.Feature = "AllowInsecureKubeletCertificateSigningRequests"
198193

199194
// owner: @hoskeri
200-
// Deprecated: v1.32
201195
//
202196
// Restores previous behavior where Kubelet fails self registration if node create returns 403 Forbidden.
203-
// Remove in v1.34
204197
KubeletRegistrationGetOnExistsOnly featuregate.Feature = "KubeletRegistrationGetOnExistsOnly"
205198

206199
// owner: @HirazawaUi
207200
// kep: http://kep.k8s.io/4004
208-
// Deprecated: v1.31 (default off)
209201
//
210202
// DisableNodeKubeProxyVersion disable the status.nodeInfo.kubeProxyVersion field of v1.Node
211203
DisableNodeKubeProxyVersion featuregate.Feature = "DisableNodeKubeProxyVersion"
@@ -232,14 +224,11 @@ const (
232224

233225
// owner: @LionelJouin
234226
// kep: http://kep.k8s.io/4817
235-
// alpha: v1.32
236227
//
237228
// Enables support the ResourceClaim.status.devices field and for setting this
238229
// status from DRA drivers.
239230
DRAResourceClaimDeviceStatus featuregate.Feature = "DRAResourceClaimDeviceStatus"
240231

241-
// owner: @lauralorenz
242-
// kep: https://kep.k8s.io/4603
243232
// owner: @lauralorenz
244233
// kep: https://kep.k8s.io/4603
245234
//
@@ -295,7 +284,6 @@ const (
295284
InPlacePodVerticalScalingAllocatedStatus featuregate.Feature = "InPlacePodVerticalScalingAllocatedStatus"
296285

297286
// owner: @tallclair @esotsal
298-
// alpha: v1.32
299287
//
300288
// Allow resource resize for containers in Guaranteed pods with integer CPU requests ( default false ).
301289
// Applies only in nodes with InPlacePodVerticalScaling and CPU Manager features enabled, and
@@ -315,8 +303,6 @@ const (
315303

316304
// owner: @mimowo
317305
// kep: https://kep.k8s.io/4368
318-
// alpha: v1.30
319-
// beta: v1.32
320306
//
321307
// Allows to delegate reconciliation of a Job object to an external controller.
322308
JobManagedBy featuregate.Feature = "JobManagedBy"
@@ -488,7 +474,6 @@ const (
488474

489475
// owner: @knight42
490476
// kep: https://kep.k8s.io/3288
491-
// alpha: v1.32
492477
//
493478
// Enables only stdout or stderr of the container to be retrievd.
494479
PodLogsQuerySplitStreams featuregate.Feature = "PodLogsQuerySplitStreams"
@@ -536,7 +521,6 @@ const (
536521

537522
// owner: @gnufied
538523
// kep: https://kep.k8s.io/1790
539-
// beta - v1.32
540524
//
541525
// Allow users to recover from volume expansion failure
542526
RecoverVolumeExpansionFailure featuregate.Feature = "RecoverVolumeExpansionFailure"
@@ -602,7 +586,6 @@ const (
602586

603587
// owner: @sanposhiho
604588
// kep: http://kep.k8s.io/4832
605-
// alpha: v1.32
606589
//
607590
// Running some expensive operation within the scheduler's preemption asynchronously,
608591
// which improves the scheduling latency when the preemption involves in.
@@ -754,7 +737,6 @@ const (
754737

755738
// owner: @zylxjtu
756739
// kep: https://kep.k8s.io/4802
757-
// alpha: v1.32
758740
//
759741
// Enables support for graceful shutdown windows node.
760742
WindowsGracefulNodeShutdown featuregate.Feature = "WindowsGracefulNodeShutdown"
@@ -831,7 +813,6 @@ const (
831813
ImageVolume featuregate.Feature = "ImageVolume"
832814

833815
// owner: @zhifei92
834-
// beta: v1.32
835816
//
836817
// Enables the systemd watchdog for the kubelet. When enabled, the kubelet will
837818
// periodically notify the systemd watchdog to indicate that it is still alive.
@@ -842,23 +823,20 @@ const (
842823

843824
// owner: @jsafrane
844825
// kep: https://kep.k8s.io/1710
845-
// alpha: v1.32
846826
//
847827
// Speed up container startup by mounting volumes with the correct SELinux label
848828
// instead of changing each file on the volumes recursively.
849829
// Enables the SELinuxChangePolicy field in PodSecurityContext before SELinuxMount featgure gate is enabled.
850830
SELinuxChangePolicy featuregate.Feature = "SELinuxChangePolicy"
851831

852832
// owner: @HarshalNeelkamal
853-
// alpha: v1.32
854833
//
855834
// Enables external service account JWT signing and key management.
856835
// If enabled, it allows passing --service-account-signing-endpoint flag to configure external signer.
857836
ExternalServiceAccountTokenSigner featuregate.Feature = "ExternalServiceAccountTokenSigner"
858837

859838
// owner: @ndixita
860839
// key: https://kep.k8s.io/2837
861-
// alpha: 1.32
862840
//
863841
// Enables specifying resources at pod-level.
864842
PodLevelResources featuregate.Feature = "PodLevelResources"

0 commit comments

Comments
 (0)