e2e_node: support passing kubelet-config-file to local runs

This commit is contained in:
Danielle Lancashire
2021-10-08 13:45:37 +02:00
parent 6e9e436026
commit a4cf3a90a2
3 changed files with 11 additions and 6 deletions

View File

@@ -213,6 +213,7 @@ else
--ginkgo-flags="${ginkgoflags}" --test-flags="--container-runtime=${runtime} \
--alsologtostderr --v 4 --report-dir=${artifacts} --node-name $(hostname) \
${test_args}" --runtime-config="${runtime_config}" \
--kubelet-config-file="${kubelet_config_file}" \
--build-dependencies=true 2>&1 | tee -i "${artifacts}/build-log.txt"
exit $?
fi