diff --git a/prepare-labs/lib/commands.sh b/prepare-labs/lib/commands.sh index 4fa6bca8..60e8288e 100644 --- a/prepare-labs/lib/commands.sh +++ b/prepare-labs/lib/commands.sh @@ -453,6 +453,7 @@ _cmd_kube() { need_tag if [ "$KUBEVERSION" ]; then + CLUSTER_CONFIGURATION_KUBERNETESVERSION='kubernetesVersion: "v'$KUBEVERSION'"' pssh " sudo tee /etc/apt/preferences.d/kubernetes <