Skip to content

Commit

Permalink
xds: fixes typo in multi hostname warning
Browse files Browse the repository at this point in the history
  • Loading branch information
t-davies committed Aug 29, 2024
1 parent 1fb3e0f commit feea22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/xds/clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,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())
}

Expand Down

0 comments on commit feea22c

Please sign in to comment.