mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 14:51:58 +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