add extra config for cloud shell start

pull/12237/head
Sharif Elgamal 2021-08-19 17:25:42 -07:00
parent c5246ad15e
commit daff8762be
1 changed files with 4 additions and 1 deletions

View File

@ -83,7 +83,10 @@ func TestStartStop(t *testing.T) {
version string
args []string
}{
{"cloud-shell", constants.DefaultKubernetesVersion, []string{}},
{"cloud-shell", constants.DefaultKubernetesVersion, []string{
"--extra-config=kubelet.cgroups-per-qos=false",
"--extra-config=kubelet.enforce-node-allocatable=\"\"",
}},
}
}