mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #101080 from ahg-g/ahg-cost-beta
Graduate PodDeletionCost to Beta
This commit is contained in:
		@@ -122,7 +122,7 @@ const (
 | 
			
		||||
	// pod deletion order.
 | 
			
		||||
	// The implicit deletion cost for pods that don't set the annotation is 0, negative values are permitted.
 | 
			
		||||
	//
 | 
			
		||||
	// This annotation is alpha-level and is only honored when PodDeletionCost feature is enabled.
 | 
			
		||||
	// This annotation is beta-level and is only honored when PodDeletionCost feature is enabled.
 | 
			
		||||
	PodDeletionCost = "controller.kubernetes.io/pod-deletion-cost"
 | 
			
		||||
 | 
			
		||||
	// AnnotationTopologyAwareHints can be used to enable or disable Topology
 | 
			
		||||
 
 | 
			
		||||
@@ -686,6 +686,7 @@ const (
 | 
			
		||||
 | 
			
		||||
	// owner: @ahg-g
 | 
			
		||||
	// alpha: v1.21
 | 
			
		||||
	// beta: v1.22
 | 
			
		||||
	//
 | 
			
		||||
	// Enables controlling pod ranking on replicaset scale-down.
 | 
			
		||||
	PodDeletionCost featuregate.Feature = "PodDeletionCost"
 | 
			
		||||
@@ -858,7 +859,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
			
		||||
	PreferNominatedNode:                            {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
	ProbeTerminationGracePeriod:                    {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
	RunAsGroup:                                     {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.22
 | 
			
		||||
	PodDeletionCost:                                {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
	PodDeletionCost:                                {Default: true, PreRelease: featuregate.Beta},
 | 
			
		||||
	TopologyAwareHints:                             {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
	PodAffinityNamespaceSelector:                   {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
	ServiceLoadBalancerClass:                       {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
 
 | 
			
		||||
@@ -144,7 +144,7 @@ const (
 | 
			
		||||
	// pod deletion order.
 | 
			
		||||
	// The implicit deletion cost for pods that don't set the annotation is 0, negative values are permitted.
 | 
			
		||||
	//
 | 
			
		||||
	// This annotation is alpha-level and is only honored when PodDeletionCost feature is enabled.
 | 
			
		||||
	// This annotation is beta-level and is only honored when PodDeletionCost feature is enabled.
 | 
			
		||||
	PodDeletionCost = "controller.kubernetes.io/pod-deletion-cost"
 | 
			
		||||
 | 
			
		||||
	// AnnotationTopologyAwareHints can be used to enable or disable Topology
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user