ingress-gce fails to create backend services when across zones with different balancing modes #480
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.
We have a gke cluster with two zones, one of which was added significantly later than the other. The ingress controller added backend services with a balancing mode of UTILIZATION for the first zone, and when we added the second zone it set the balancing mode in the new zone to RATE. Now when we try to add new backend services, it goes into a failure loop where it tries the RATE balancing mode, which fails in one zone, then tries the UTILIZATION balancing mode, which fails in the second zone. This continues forever and we're blocked from adding new backends.
Image showing the initial state before trying to add a second backend service:
GKE Master version: 1.10.7-gke.1
The text was updated successfully, but these errors were encountered: