From 54c0a471b1faedd427535ff9727a3cc02be9327e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 19 Sep 2023 19:45:20 +0200 Subject: [PATCH] ci: k8s: k0s: Allow passing parameters to the k0s installer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We'll need this in order to setup k0s with a different container engine. Signed-off-by: Fabiano FidĂȘncio --- tests/gha-run-k8s-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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