Merge pull request #109222 from pacoxu/flake-nfs

use privileged enforce level for nfs test
This commit is contained in:
Kubernetes Prow Robot 2022-04-01 21:22:22 -07:00 committed by GitHub
commit 8e0ac5b6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,7 +271,7 @@ var _ = SIGDescribe("kubelet", func() {
ns string
)
f := framework.NewDefaultFramework("kubelet")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
ginkgo.BeforeEach(func() {
c = f.ClientSet