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.")
1003
983
} else {
1004
984
peer:= networkingv1.NetworkPolicyPeer{}
1005
985
peer.NamespaceSelector=&metav1.LabelSelector{
1006
986
MatchLabels: map[string]string{},
1007
987
}
988
+
peer.PodSelector=&metav1.LabelSelector{
989
+
MatchLabels: map[string]string{},
990
+
}
1008
991
dnsRule.To=append(dnsRule.To, peer)
1009
992
reqLogger.Info("Failed to retrieve endpoints for "+endpointsName+" service in the "+endpointsNamespace+" namespace. Using more permissive rule.")
0 commit comments