e2e_node: kubelet config: move to file where possible

This commit is contained in:
Danielle Lancashire
2021-10-07 20:46:03 +02:00
parent 4097a3d472
commit 6e9e436026
3 changed files with 29 additions and 33 deletions

View File

@@ -49,7 +49,7 @@ extra_envs=${EXTRA_ENVS:-}
runtime_config=${RUNTIME_CONFIG:-}
ssh_user=${SSH_USER:-"${USER}"}
ssh_key=${SSH_KEY:-}
kubelet_config_file=${KUBELET_CONFIG_FILE:-""}
kubelet_config_file=${KUBELET_CONFIG_FILE:-"test/e2e_node/jenkins/default-kubelet-config.yaml"}
# Parse the flags to pass to ginkgo
ginkgoflags=""