Merge pull request #3994 from tstromberg/cni-test

Add integration test for CNI deployments
pull/3996/head
Thomas Strömberg 2019-03-26 21:56:20 -07:00 committed by GitHub
commit 057ac8a7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -39,9 +39,11 @@ func TestStartStop(t *testing.T) {
"--cache-images=false",
fmt.Sprintf("--kubernetes-version=%s", constants.OldestKubernetesVersion),
}},
{"feature_gates_newest", []string{
{"feature_gates_newest_cni", []string{
"--feature-gates",
"ServerSideApply=true",
"--network-plugin=cni",
"--extra-config=kubelet.network-plugin=cni",
fmt.Sprintf("--kubernetes-version=%s", constants.NewestKubernetesVersion),
}},
{"containerd", []string{