We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce2a3d commit b406c51Copy full SHA for b406c51
examples/generate.sh
@@ -25,7 +25,7 @@ command -v "${ENVSUBST}" >/dev/null 2>&1 || echo -v "Cannot find ${ENVSUBST} in
25
26
# Cluster.
27
export CLUSTER_NAME="${CLUSTER_NAME:-test-cluster}"
28
-export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.15.0}"
+export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.16.0}"
29
30
# Machine settings.
31
export CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-m1.medium}"
0 commit comments