Skip to content

Commit

Permalink
Merge pull request #2423 from jsturtevant/ci-entrypoint-version
Browse files Browse the repository at this point in the history
Bump to latest kubernetes patch version
  • Loading branch information
k8s-ci-robot authored Jun 25, 2022
2 parents 8ed243e + b56519f commit 2948eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/create-dev-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
export AZURE_CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-Standard_D2s_v3}"
export AZURE_NODE_MACHINE_TYPE="${NODE_MACHINE_TYPE:-Standard_D2s_v3}"
export WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:-2}
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.22.1}"
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.22.11}"
export CLUSTER_TEMPLATE="${CLUSTER_TEMPLATE:-cluster-template.yaml}"

# identity secret settings.
Expand Down

0 comments on commit 2948eb7

Please sign in to comment.