Ingress creates wrong firewall rule after default-http-backend
service was clobbered.
#19
Labels
backend/gce
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
From @MrHohn on December 8, 2016 18:46
From kubernetes/kubernetes#36546.
During development, found ingress firewall test failed instantly on my cluster. Turned out due to some reasons, the
default-http-backend
service was deleted and recreated, and it was then allocated a different nodePort. Because ingress controller records this nodePort at the beginning but never refresh(ref1 and ref2), it always create firewall rule with the stale nodePort after.@bprashanth
Copied from original issue: kubernetes/ingress-nginx#48
The text was updated successfully, but these errors were encountered: