xds: fixes typo in multi hostname warning

pull/21655/head
Tom Davies 3 months ago
parent a80ee727dd
commit f270ab5946

@ -1873,7 +1873,7 @@ func configureClusterWithHostnames(
endpoints = append(endpoints, fallback)
}
if len(uniqueHostnames) > 1 && envoyMaxEndpoints == 1 {
logger.Warn(fmt.Sprintf("service contains instances with more than one unique hostname; only %q be resolved by Envoy", hostname),
logger.Warn(fmt.Sprintf("service contains instances with more than one unique hostname; only %q will be resolved by Envoy", hostname),
"dc", dc, "service", service.String())
}

Loading…
Cancel
Save