Promote DS MaxSurge to beta

This commit is contained in:
ravisantoshgudimetla
2021-05-05 09:55:15 -04:00
parent f94e8ba908
commit 040e9c8b51
10 changed files with 11 additions and 11 deletions

View File

@@ -491,7 +491,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
})
// TODO: This test is expected to be promoted to conformance after the feature is promoted
ginkgo.It("should surge pods onto nodes when spec was updated and update strategy is RollingUpdate [Feature:DaemonSetUpdateSurge]", func() {
ginkgo.It("should surge pods onto nodes when spec was updated and update strategy is RollingUpdate", func() {
label := map[string]string{daemonsetNameLabel: dsName}
framework.Logf("Creating surge daemon set %s", dsName)