We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2e7d8 commit bf6bf03Copy full SHA for bf6bf03
npm/pkg/dataplane/dataplane_windows.go
@@ -51,9 +51,8 @@ func (dp *DataPlane) initializeDataPlane() error {
51
Flags: hcn.HostComputeQueryFlagsNone,
52
}
53
// Filter out any endpoints that are not in "AttachedShared" State. All running Windows pods with networking must be in this state.
54
- //testing
55
- filterMap := map[string]uint16{"State": hcnEndpointStateAttached}
56
- klog.Info("State: hcnEndpointStateAttachedSharing")
+ filterMap := map[string]uint16{"State": hcnEndpointStateAttachedSharing}
+ klog.Info("State:hcnEndpointStateAttachedSharing ")
57
58
// if npm lite is enabled and running on l1vh node, filter out any endpoints that are not in "Attached" State
59
if dp.EnableNPMLite && dp.IsL1VHNode {
0 commit comments