mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Add endpoint to skip topology aware log when missing zone hint
This commit is contained in:
parent
2d534e4bea
commit
fb6fd36384
@ -168,7 +168,7 @@ func canUseTopology(endpoints []Endpoint, svcInfo ServicePort, nodeLabels map[st
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if endpoint.GetZoneHints().Len() == 0 {
|
if endpoint.GetZoneHints().Len() == 0 {
|
||||||
klog.InfoS("Skipping topology aware endpoint filtering since one or more endpoints is missing a zone hint")
|
klog.InfoS("Skipping topology aware endpoint filtering since one or more endpoints is missing a zone hint", "endpoint", endpoint)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user