mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +00:00
Merge pull request #118665 from bart0sh/PR119-DRA-E2E-remove-NodeFeature
DRA Node E2E: remove NodeFeature label
This commit is contained in:
commit
e56002ab04
@ -59,7 +59,7 @@ const (
|
|||||||
podInPendingStateTimeout = time.Second * 60 // how long to wait for a pod to stay in pending state
|
podInPendingStateTimeout = time.Second * 60 // how long to wait for a pod to stay in pending state
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = ginkgo.Describe("[sig-node] DRA [Feature:DynamicResourceAllocation][NodeFeature:DynamicResourceAllocation]", func() {
|
var _ = ginkgo.Describe("[sig-node] DRA [Feature:DynamicResourceAllocation]", func() {
|
||||||
f := framework.NewDefaultFramework("dra-node")
|
f := framework.NewDefaultFramework("dra-node")
|
||||||
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
|
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user