Skip to content

Commit 057ac8a

Browse files
authored
Merge pull request kubernetes#3994 from tstromberg/cni-test
Add integration test for CNI deployments
2 parents 58a7045 + 614f19b commit 057ac8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/start_stop_delete_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ func TestStartStop(t *testing.T) {
3939
"--cache-images=false",
4040
fmt.Sprintf("--kubernetes-version=%s", constants.OldestKubernetesVersion),
4141
}},
42-
{"feature_gates_newest", []string{
42+
{"feature_gates_newest_cni", []string{
4343
"--feature-gates",
4444
"ServerSideApply=true",
45+
"--network-plugin=cni",
46+
"--extra-config=kubelet.network-plugin=cni",
4547
fmt.Sprintf("--kubernetes-version=%s", constants.NewestKubernetesVersion),
4648
}},
4749
{"containerd", []string{

0 commit comments

Comments
 (0)