diff --git a/test/extended/util/test.go b/test/extended/util/test.go index f8e490474136..7b3ca7608f03 100644 --- a/test/extended/util/test.go +++ b/test/extended/util/test.go @@ -239,6 +239,9 @@ func createTestingNS(baseName string, c kclientset.Interface, labels map[string] return ns, err } addRoleToE2EServiceAccounts(authorizationClient, []kapiv1.Namespace{*ns}, bootstrappolicy.ViewRoleName) + + // in practice too many kube tests ignore scheduling constraints + allowAllNodeScheduling(c, ns.Name) } // some tests assume they can schedule to all nodes