We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98a3fe commit 9a207bbCopy full SHA for 9a207bb
test/e2e/cloud/gcp/network/kube_proxy_migration.go
@@ -46,7 +46,7 @@ func kubeProxyDaemonSetExtraEnvs(enableKubeProxyDaemonSet bool) []string {
46
return []string{fmt.Sprintf("KUBE_PROXY_DAEMONSET=%v", enableKubeProxyDaemonSet)}
47
}
48
49
-var _ = SIGDescribe("kube-proxy migration", feature.KubeProxyDaemonSetMigration, func() {
+var _ = SIGDescribe("kube-proxy migration", framework.WithSerial(), framework.WithDisruptive(), feature.KubeProxyDaemonSetMigration, func() {
50
f := framework.NewDefaultFramework("kube-proxy-ds-migration")
51
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
52
upgradeTestFrameworks := upgrades.CreateUpgradeFrameworks(upgradeTests)
0 commit comments