Skip to content

Commit b406c51

Browse files
sbueringerk8s-ci-robot
authored andcommitted
Fixup kubernetes version
1 parent 3ce2a3d commit b406c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ command -v "${ENVSUBST}" >/dev/null 2>&1 || echo -v "Cannot find ${ENVSUBST} in
2525

2626
# Cluster.
2727
export CLUSTER_NAME="${CLUSTER_NAME:-test-cluster}"
28-
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.15.0}"
28+
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.16.0}"
2929

3030
# Machine settings.
3131
export CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-m1.medium}"

0 commit comments

Comments
 (0)