diff --git a/internal/ingress/status/status.go b/internal/ingress/status/status.go index e16b50170..9b8c61192 100644 --- a/internal/ingress/status/status.go +++ b/internal/ingress/status/status.go @@ -121,12 +121,6 @@ func (s *statusSync) Shutdown() { return } - if len(addrs) > 1 { - // leave the job to the next leader - klog.InfoS("leaving status update for next leader") - return - } - if s.isRunningMultiplePods() { klog.V(2).InfoS("skipping Ingress status update (multiple pods running - another one will be elected as master)") return