remove deprecated and removed ServerSideApply feature gate (#20088)

pull/20089/head
Predrag Rogic 2024-12-12 18:10:26 +00:00 committed by GitHub
parent 88bf461fd9
commit ccf9e65833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ func TestStartStop(t *testing.T) {
"--keep-context=false",
}},
{"newest-cni", constants.NewestKubernetesVersion, []string{
"--feature-gates",
"ServerSideApply=true",
"--network-plugin=cni",
"--extra-config=kubeadm.pod-network-cidr=10.42.0.0/16",
}},