Promote EphemeralContainers feature to beta

This commit is contained in:
Lee Verberne
2021-10-01 17:22:23 +02:00
parent 83a4ec90ae
commit 6f4b8da9a3
4 changed files with 9 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ import (
"github.com/onsi/ginkgo"
)
var _ = SIGDescribe("Ephemeral Containers [Feature:EphemeralContainers][NodeAlphaFeature:EphemeralContainers]", func() {
var _ = SIGDescribe("Ephemeral Containers", func() {
f := framework.NewDefaultFramework("ephemeral-containers-test")
var podClient *framework.PodClient
ginkgo.BeforeEach(func() {