Eric d6a9b9239a
force pod spread (#130)
Added required pod anti-affinity (kubernetes.io/hostname, pod-uuid Exists) to K8sController.cs so all pods within a test namespace are forced onto distinct nodes (Pending if unsatisfiable) to cover the worst-case pod counts per namespace.

The anti-affinity TopologyKey of "kubernetes.io/hostname" specifies that the domain is the node, along with the "Exists" operator, specifies that "this Pod should not run on this node if this node is already running one or mode pods that have a "pod-uuid" key (they all do).
2026-06-16 22:17:38 +10:00
..
2025-07-09 10:22:41 +02:00
2023-09-20 10:51:47 +02:00
2023-09-20 10:51:47 +02:00
2024-06-14 09:05:56 +02:00
2026-06-16 22:17:38 +10:00
2025-01-16 11:31:50 +01:00
2023-09-20 12:55:09 +02:00
2023-10-31 14:48:16 +01:00