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 53d0575 commit 9e2e7d8Copy full SHA for 9e2e7d8
npm/pkg/dataplane/dataplane_windows.go
@@ -51,7 +51,9 @@ 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
- filterMap := map[string]uint16{"State": hcnEndpointStateAttachedSharing}
+ //testing
55
+ filterMap := map[string]uint16{"State": hcnEndpointStateAttached}
56
+ 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