diff --git a/tests/gha-run-k8s-common.sh b/tests/gha-run-k8s-common.sh index b4631614fa..6c6622b2b6 100644 --- a/tests/gha-run-k8s-common.sh +++ b/tests/gha-run-k8s-common.sh @@ -115,7 +115,7 @@ function get_nodes_and_pods_info() { function deploy_k0s() { curl -sSLf https://get.k0s.sh | sudo sh - sudo k0s install controller --single + sudo k0s install controller --single ${KUBERNETES_EXTRA_PARAMS:-} sudo k0s start