mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-11 21:09:29 +00:00
Automatic merge from submit-queue (batch tested with PRs 44469, 44566, 44467, 44526) [Federation]Fix panic: index out of range When the number of clusterStatusNew's Conditions is different from the number of clusterStatusOld's Conditions, clustercontroller will panic. We should check it before comparing.