mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-01 14:22:17 +00:00
Automatic merge from submit-queue e2e.framework.util.StartPods: panic if the number or replicas is zero The number of pods to start must be non-zero. Otherwise the function waits for pods forever if ``waitForRunning`` is true. It the number of replicas is zero, panic so the mistake is heard all over the e2e realm. Update all callers of StartPods to test for non-zero number of replicas.