mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Adding WindowsHostNetwork feature gate
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
This commit is contained in:
parent
d62cc3dc6d
commit
c916f1a0eb
@ -793,6 +793,13 @@ const (
|
|||||||
// Allows kube-proxy to run in Overlay mode for Windows
|
// Allows kube-proxy to run in Overlay mode for Windows
|
||||||
WinOverlay featuregate.Feature = "WinOverlay"
|
WinOverlay featuregate.Feature = "WinOverlay"
|
||||||
|
|
||||||
|
// owner: @marosset
|
||||||
|
// kep: https://kep.k8s.io/3503
|
||||||
|
// alpha: v1.26
|
||||||
|
//
|
||||||
|
// Enables support for joining Windows containers to a hosts' network namespace.
|
||||||
|
WindowsHostNetwork featuregate.Feature = "WindowsHostNetwork"
|
||||||
|
|
||||||
// owner: @marosset
|
// owner: @marosset
|
||||||
// alpha: v1.22
|
// alpha: v1.22
|
||||||
// beta: v1.23
|
// beta: v1.23
|
||||||
@ -1037,6 +1044,8 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
WinOverlay: {Default: true, PreRelease: featuregate.Beta},
|
WinOverlay: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
|
WindowsHostNetwork: {Default: true, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
WindowsHostProcessContainers: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.28
|
WindowsHostProcessContainers: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.28
|
||||||
|
|
||||||
NodeInclusionPolicyInPodTopologySpread: {Default: false, PreRelease: featuregate.Alpha},
|
NodeInclusionPolicyInPodTopologySpread: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
Loading…
Reference in New Issue
Block a user