mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-13 06:20:31 +00:00
Automatic merge from submit-queue Fix infinte loop in federated ingress controller Previously ingress controller was constantly scheduling reconcilation, even if no updates were needed. That behavior creates a big mess in the logs and consumes resources. This pr also fixes the stop function for federated ingress controller. cc: @nikhiljindal @madhusudancs