NEG Controller should skip and record event for endpoint without zone information #718
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
NEG controller use the translator to retrieve zone information associated with each endpoint via the corresponding node object. https://github.com/kubernetes/ingress-gce/blob/v1.5.1/pkg/controller/translator/translator.go#L188
It looks for annotation
failure-domain.beta.kubernetes.io/zone
on the node to determine the zone.However, for some setup (manual), this information is not added to the node object. Hence the controller could not retrieve zone information for the endpoint. Causing NEG API failure.
The text was updated successfully, but these errors were encountered: