Skip to content

Commit

Permalink
remove deprecated and removed ServerSideApply feature gate (#20088)
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha authored Dec 12, 2024
1 parent 88bf461 commit ccf9e65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/start_stop_delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}},
Expand Down

0 comments on commit ccf9e65

Please sign in to comment.