Add CNI flags to feature_gates_newest

pull/3994/head
Thomas Stromberg 2019-03-26 20:26:47 -07:00
parent 58a704521a
commit 614f19b486
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{