Merge pull request #118280 from stlaz/e2e_psa_labels

Set all PSa labels in tests
This commit is contained in:
Kubernetes Prow Robot
2023-06-28 11:14:43 -07:00
committed by GitHub
316 changed files with 372 additions and 356 deletions

View File

@@ -202,7 +202,7 @@ func getHugepagesTestPod(f *framework.Framework, limits v1.ResourceList, mounts
// Serial because the test updates kubelet configuration.
var _ = SIGDescribe("HugePages [Serial] [Feature:HugePages][NodeSpecialFeature:HugePages]", func() {
f := framework.NewDefaultFramework("hugepages-test")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
ginkgo.It("should remove resources for huge page sizes no longer supported", func(ctx context.Context) {
ginkgo.By("mimicking support for 9Mi of 3Mi huge page memory by patching the node status")