mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Add Ephemeral Containers to node conformance tests
This commit is contained in:
parent
5e14c5dfa9
commit
4ad08e13b2
@ -33,7 +33,7 @@ import (
|
|||||||
"github.com/onsi/gomega"
|
"github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = SIGDescribe("Ephemeral Containers [NodeFeature:EphemeralContainers]", func() {
|
var _ = SIGDescribe("Ephemeral Containers [NodeConformance]", func() {
|
||||||
f := framework.NewDefaultFramework("ephemeral-containers-test")
|
f := framework.NewDefaultFramework("ephemeral-containers-test")
|
||||||
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
|
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
|
||||||
var podClient *framework.PodClient
|
var podClient *framework.PodClient
|
||||||
|
Loading…
Reference in New Issue
Block a user