Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 8cdf58f

Browse files
author
Gianluca Arbezzano
committed
set default k8s version during make cluster
fixed #97
1 parent f0e01bb commit 8cdf58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SERVICE_CIDR=${SERVICE_CIDR:-${DEFAULT_SERVICE_CIDR}}
5454
WORKER_NODE_TYPE=${WORKER_NODE_TYPE:-${DEFAULT_WORKER_NODE_TYPE}}
5555
MASTER_NODE_TYPE=${MASTER_NODE_TYPE:-${DEFAULT_MASTER_NODE_TYPE}}
5656
NODE_OS=${NODE_OS:-${DEFAULT_NODE_OS}}
57-
KUBERNETES_VERSION=${KUBERNETES_VERSION:${DEFAULT_KUBERNETES_VERSION}}
57+
KUBERNETES_VERSION=${KUBERNETES_VERSION:-${DEFAULT_KUBERNETES_VERSION}}
5858
SSH_KEY=${SSH_KEY:-""}
5959

6060
PROJECT_ID=${PACKET_PROJECT_ID}

0 commit comments

Comments
 (0)