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.")
978
958
} else {
979
959
peer:= networkingv1.NetworkPolicyPeer{}
980
960
peer.NamespaceSelector=&metav1.LabelSelector{
981
961
MatchLabels: map[string]string{},
982
962
}
963
+
peer.PodSelector=&metav1.LabelSelector{
964
+
MatchLabels: map[string]string{},
965
+
}
983
966
dnsRule.To=append(dnsRule.To, peer)
984
967
reqLogger.Info("Failed to retrieve endpoints for "+endpointsName+" service in the "+endpointsNamespace+" namespace. Using more permissive rule.")
0 commit comments