mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-10-30 01:42:48 +00:00
Automatic merge from submit-queue (batch tested with PRs 41401, 41195, 41664, 41521, 41651) Remove default failure domains from anti-affinity feature Removing it is necessary to make performance of this feature acceptable at some point. With default failure domains (or in general when multiple topology keys are possible), we don't have transitivity between node belonging to a topology. And without this, it's pretty much impossible to solve this effectively. @timothysc