mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #113511 from xing-yang/node_shutdown_beta
Move non-graceful node shutdown to beta
This commit is contained in:
commit
d62cc3dc6d
@ -602,6 +602,7 @@ const (
|
|||||||
// owner: @xing-yang @sonasingh46
|
// owner: @xing-yang @sonasingh46
|
||||||
// kep: https://kep.k8s.io/2268
|
// kep: https://kep.k8s.io/2268
|
||||||
// alpha: v1.24
|
// alpha: v1.24
|
||||||
|
// beta: v1.26
|
||||||
//
|
//
|
||||||
// Allow pods to failover to a different node in case of non graceful node shutdown
|
// Allow pods to failover to a different node in case of non graceful node shutdown
|
||||||
NodeOutOfServiceVolumeDetach featuregate.Feature = "NodeOutOfServiceVolumeDetach"
|
NodeOutOfServiceVolumeDetach featuregate.Feature = "NodeOutOfServiceVolumeDetach"
|
||||||
@ -982,7 +983,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
NetworkPolicyStatus: {Default: false, PreRelease: featuregate.Alpha},
|
NetworkPolicyStatus: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
NodeOutOfServiceVolumeDetach: {Default: false, PreRelease: featuregate.Alpha},
|
NodeOutOfServiceVolumeDetach: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
NodeSwap: {Default: false, PreRelease: featuregate.Alpha},
|
NodeSwap: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user