Skip to content

Commit

Permalink
version format
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Oct 17, 2023
1 parent da2d0c9 commit 0a64cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/k3s.tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ software_install() {
sleep 2
done
fi
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION='v${k3s_version}' sh -s - $${START_ARGS} --token ${k3s_server_token} $${SERVER_URL} $${CLUSTER_INIT}
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION='${k3s_version}' sh -s - $${START_ARGS} --token ${k3s_server_token} $${SERVER_URL} $${CLUSTER_INIT}

%{ if instance_role == "master" }
until (kubectl version); do
Expand Down

0 comments on commit 0a64cf8

Please sign in to comment.