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.")
1008
988
} else {
1009
989
peer:= networkingv1.NetworkPolicyPeer{}
1010
990
peer.NamespaceSelector=&metav1.LabelSelector{
1011
991
MatchLabels: map[string]string{},
1012
992
}
993
+
peer.PodSelector=&metav1.LabelSelector{
994
+
MatchLabels: map[string]string{},
995
+
}
1013
996
dnsRule.To=append(dnsRule.To, peer)
1014
997
reqLogger.Info("Failed to retrieve endpoints for "+endpointsName+" service in the "+endpointsNamespace+" namespace. Using more permissive rule.")
0 commit comments