We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87794c1 commit 896a58cCopy full SHA for 896a58c
1 file changed
e2e/test/scripts/create_cluster.sh
@@ -8,7 +8,7 @@ export LINODE_API_TOKEN="$1"
8
export CLUSTER_NAME="$2"
9
export IMAGE="$3"
10
export REGION="$4"
11
-export K8S_VERSION="$4"
+export K8S_VERSION="$5"
12
13
cat > cluster.tf <<EOF
14
variable "nodes" {
0 commit comments