You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reqLogger.Info("Failed to retrieve endpoints for "+endpointsName+" service in the "+endpointsNamespace+" namespace. Defaulting to using "+endpointsName+" on port 53 for DNS access.")
987
967
} else {
988
968
peer:= networkingv1.NetworkPolicyPeer{}
989
969
peer.NamespaceSelector=&metav1.LabelSelector{
990
970
MatchLabels: map[string]string{},
991
971
}
972
+
peer.PodSelector=&metav1.LabelSelector{
973
+
MatchLabels: map[string]string{},
974
+
}
992
975
dnsRule.To=append(dnsRule.To, peer)
993
976
reqLogger.Info("Failed to retrieve endpoints for "+endpointsName+" service in the "+endpointsNamespace+" namespace. Using more permissive rule.")
0 commit comments