Move things into a 'kube-system' namespace.
This commit is contained in:

committed by
Satnam Singh

parent
c8f8e5f333
commit
988aa6fdf6
@@ -126,7 +126,7 @@ func TestE2E(t *testing.T) {
|
||||
// cluster infrastructure pods that are being pulled or started can block
|
||||
// test pods from running, and tests that ensure all pods are running and
|
||||
// ready will fail).
|
||||
if err := waitForPodsRunningReady(api.NamespaceDefault, testContext.MinStartupPods, podStartupTimeout); err != nil {
|
||||
if err := waitForPodsRunningReady(api.NamespaceSystem, testContext.MinStartupPods, podStartupTimeout); err != nil {
|
||||
t.Errorf("Error waiting for all pods to be running and ready: %v", err)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user