mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
feature(hpa): beta graduation for the container resource metrics
This commit is contained in:
parent
3702411ef9
commit
c77182b01a
@ -314,8 +314,10 @@ const (
|
|||||||
// Make the kubelet use shutdown configuration based on pod priority values for graceful shutdown.
|
// Make the kubelet use shutdown configuration based on pod priority values for graceful shutdown.
|
||||||
GracefulNodeShutdownBasedOnPodPriority featuregate.Feature = "GracefulNodeShutdownBasedOnPodPriority"
|
GracefulNodeShutdownBasedOnPodPriority featuregate.Feature = "GracefulNodeShutdownBasedOnPodPriority"
|
||||||
|
|
||||||
// owner: @arjunrn @mwielgus @josephburnett
|
// owner: @arjunrn @mwielgus @josephburnett @sanposhiho
|
||||||
|
// kep: https://kep.k8s.io/1610
|
||||||
// alpha: v1.20
|
// alpha: v1.20
|
||||||
|
// beta: v1.27
|
||||||
//
|
//
|
||||||
// Add support for the HPA to scale based on metrics from individual containers
|
// Add support for the HPA to scale based on metrics from individual containers
|
||||||
// in target pods
|
// in target pods
|
||||||
@ -923,7 +925,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
GracefulNodeShutdownBasedOnPodPriority: {Default: true, PreRelease: featuregate.Beta},
|
GracefulNodeShutdownBasedOnPodPriority: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
HPAContainerMetrics: {Default: false, PreRelease: featuregate.Alpha},
|
HPAContainerMetrics: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
HonorPVReclaimPolicy: {Default: false, PreRelease: featuregate.Alpha},
|
HonorPVReclaimPolicy: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user