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 a79e44f commit 79b54fbCopy full SHA for 79b54fb
npm/pkg/dataplane/dataplane_windows.go
@@ -348,6 +348,7 @@ func (dp *DataPlane) getEndpointsToApplyPolicies(netPols []*policies.NPMNetworkP
348
349
func (dp *DataPlane) getLocalPodEndpoints() ([]*hcn.HostComputeEndpoint, error) {
350
klog.Info("getting local endpoints")
351
+ klog.Info("npm lite is enabled: %+v", dp.EnableNPMLite) //Will remove after debugging
352
timer := metrics.StartNewTimer()
353
endpoints, err := dp.ioShim.Hns.ListEndpointsQuery(dp.endpointQuery.query)
354
klog.Infof("There are %+v endpoints with state: attached sharing", len(endpoints)) // Will remove after debugging
0 commit comments