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 60dda1c commit 36f0d74Copy full SHA for 36f0d74
npm/pkg/dataplane/dataplane_windows.go
@@ -67,7 +67,7 @@ func (dp *DataPlane) initializeDataPlane() error {
67
}
68
dp.endpointQuery.query.Filter = string(filter)
69
70
- // Filter out any endpoints that are not in "Attached" State. All running Windows L1VH pods with networking must be in this state.
+ // Filter out any endpoints that are not in "Attached" State. All running Windows pods on L1VH with networking must be in this state.
71
filterMapAttached := map[string]uint16{"State": hcnEndpointStateAttached}
72
filterAttached, err := json.Marshal(filterMapAttached)
73
if err != nil {
0 commit comments