Fix typo in comment about service endpoints

Updates #cleanup

Signed-off-by: Shaikh Naasir <yoursdeveloper@protonmail.com>
pull/18090/head
Shaikh Naasir 1 week ago committed by GitHub
parent da3b0e2ec6
commit 8682355ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -241,7 +241,7 @@ func (er *egressPodsReconciler) lookupPodRouteViaSvc(ctx context.Context, pod *c
req.Close = true
resp, err := er.httpClient.Do(req)
if err != nil {
// This is most likely because this is the first Pod and is not yet added to Service endpints. Other
// This is most likely because this is the first Pod and is not yet added to service endpints. Other
// error types are possible, but checking for those would likely make the system too fragile.
return unreachable, nil
}

Loading…
Cancel
Save