@@ -37,20 +37,17 @@ const (
37
37
// across the file.
38
38
39
39
// owner: @aojea
40
- // Deprecated: v1.31
41
40
//
42
41
// Allow kubelet to request a certificate without any Node IP available, only
43
42
// with DNS names.
44
43
AllowDNSOnlyNodeCSR featuregate.Feature = "AllowDNSOnlyNodeCSR"
45
44
46
45
// owner: @HirazawaUi
47
- // Deprecated: v1.32
48
46
//
49
47
// Allow spec.terminationGracePeriodSeconds to be overridden by MaxPodGracePeriodSeconds in soft evictions.
50
48
AllowOverwriteTerminationGracePeriodSeconds featuregate.Feature = "AllowOverwriteTerminationGracePeriodSeconds"
51
49
52
50
// owner: @thockin
53
- // Deprecated: v1.29
54
51
//
55
52
// Enables Service.status.ingress.loadBanace to be set on
56
53
// services of types other than LoadBalancer.
@@ -189,23 +186,18 @@ const (
189
186
DisableKubeletCloudCredentialProviders featuregate.Feature = "DisableKubeletCloudCredentialProviders"
190
187
191
188
// owner: @micahhausler
192
- // Deprecated: v1.31
193
189
//
194
190
// Setting AllowInsecureKubeletCertificateSigningRequests to true disables node admission validation of CSRs
195
191
// for kubelet signers where CN=system:node:$nodeName.
196
- // Remove in v1.33
197
192
AllowInsecureKubeletCertificateSigningRequests featuregate.Feature = "AllowInsecureKubeletCertificateSigningRequests"
198
193
199
194
// owner: @hoskeri
200
- // Deprecated: v1.32
201
195
//
202
196
// Restores previous behavior where Kubelet fails self registration if node create returns 403 Forbidden.
203
- // Remove in v1.34
204
197
KubeletRegistrationGetOnExistsOnly featuregate.Feature = "KubeletRegistrationGetOnExistsOnly"
205
198
206
199
// owner: @HirazawaUi
207
200
// kep: http://kep.k8s.io/4004
208
- // Deprecated: v1.31 (default off)
209
201
//
210
202
// DisableNodeKubeProxyVersion disable the status.nodeInfo.kubeProxyVersion field of v1.Node
211
203
DisableNodeKubeProxyVersion featuregate.Feature = "DisableNodeKubeProxyVersion"
@@ -232,14 +224,11 @@ const (
232
224
233
225
// owner: @LionelJouin
234
226
// kep: http://kep.k8s.io/4817
235
- // alpha: v1.32
236
227
//
237
228
// Enables support the ResourceClaim.status.devices field and for setting this
238
229
// status from DRA drivers.
239
230
DRAResourceClaimDeviceStatus featuregate.Feature = "DRAResourceClaimDeviceStatus"
240
231
241
- // owner: @lauralorenz
242
- // kep: https://kep.k8s.io/4603
243
232
// owner: @lauralorenz
244
233
// kep: https://kep.k8s.io/4603
245
234
//
@@ -295,7 +284,6 @@ const (
295
284
InPlacePodVerticalScalingAllocatedStatus featuregate.Feature = "InPlacePodVerticalScalingAllocatedStatus"
296
285
297
286
// owner: @tallclair @esotsal
298
- // alpha: v1.32
299
287
//
300
288
// Allow resource resize for containers in Guaranteed pods with integer CPU requests ( default false ).
301
289
// Applies only in nodes with InPlacePodVerticalScaling and CPU Manager features enabled, and
@@ -315,8 +303,6 @@ const (
315
303
316
304
// owner: @mimowo
317
305
// kep: https://kep.k8s.io/4368
318
- // alpha: v1.30
319
- // beta: v1.32
320
306
//
321
307
// Allows to delegate reconciliation of a Job object to an external controller.
322
308
JobManagedBy featuregate.Feature = "JobManagedBy"
@@ -488,7 +474,6 @@ const (
488
474
489
475
// owner: @knight42
490
476
// kep: https://kep.k8s.io/3288
491
- // alpha: v1.32
492
477
//
493
478
// Enables only stdout or stderr of the container to be retrievd.
494
479
PodLogsQuerySplitStreams featuregate.Feature = "PodLogsQuerySplitStreams"
@@ -536,7 +521,6 @@ const (
536
521
537
522
// owner: @gnufied
538
523
// kep: https://kep.k8s.io/1790
539
- // beta - v1.32
540
524
//
541
525
// Allow users to recover from volume expansion failure
542
526
RecoverVolumeExpansionFailure featuregate.Feature = "RecoverVolumeExpansionFailure"
@@ -602,7 +586,6 @@ const (
602
586
603
587
// owner: @sanposhiho
604
588
// kep: http://kep.k8s.io/4832
605
- // alpha: v1.32
606
589
//
607
590
// Running some expensive operation within the scheduler's preemption asynchronously,
608
591
// which improves the scheduling latency when the preemption involves in.
@@ -754,7 +737,6 @@ const (
754
737
755
738
// owner: @zylxjtu
756
739
// kep: https://kep.k8s.io/4802
757
- // alpha: v1.32
758
740
//
759
741
// Enables support for graceful shutdown windows node.
760
742
WindowsGracefulNodeShutdown featuregate.Feature = "WindowsGracefulNodeShutdown"
@@ -831,7 +813,6 @@ const (
831
813
ImageVolume featuregate.Feature = "ImageVolume"
832
814
833
815
// owner: @zhifei92
834
- // beta: v1.32
835
816
//
836
817
// Enables the systemd watchdog for the kubelet. When enabled, the kubelet will
837
818
// periodically notify the systemd watchdog to indicate that it is still alive.
@@ -842,23 +823,20 @@ const (
842
823
843
824
// owner: @jsafrane
844
825
// kep: https://kep.k8s.io/1710
845
- // alpha: v1.32
846
826
//
847
827
// Speed up container startup by mounting volumes with the correct SELinux label
848
828
// instead of changing each file on the volumes recursively.
849
829
// Enables the SELinuxChangePolicy field in PodSecurityContext before SELinuxMount featgure gate is enabled.
850
830
SELinuxChangePolicy featuregate.Feature = "SELinuxChangePolicy"
851
831
852
832
// owner: @HarshalNeelkamal
853
- // alpha: v1.32
854
833
//
855
834
// Enables external service account JWT signing and key management.
856
835
// If enabled, it allows passing --service-account-signing-endpoint flag to configure external signer.
857
836
ExternalServiceAccountTokenSigner featuregate.Feature = "ExternalServiceAccountTokenSigner"
858
837
859
838
// owner: @ndixita
860
839
// key: https://kep.k8s.io/2837
861
- // alpha: 1.32
862
840
//
863
841
// Enables specifying resources at pod-level.
864
842
PodLevelResources featuregate.Feature = "PodLevelResources"
0 commit comments