Merge pull request #133062 from zylxjtu/shutdown

Promote windows graceful shutdown to Beta
This commit is contained in:
Kubernetes Prow Robot 2025-07-24 17:59:13 -07:00 committed by GitHub
commit 7c2cc0fa0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -1799,6 +1799,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
WindowsGracefulNodeShutdown: {
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.34"), Default: true, PreRelease: featuregate.Beta},
},
WindowsHostNetwork: {

View file

@ -1889,6 +1889,10 @@
lockToDefault: false
preRelease: Alpha
version: "1.32"
- default: true
lockToDefault: false
preRelease: Beta
version: "1.34"
- name: WindowsHostNetwork
versionedSpecs:
- default: false