Skip to content

Commit

Permalink
Set the KUBERNETES_VERSION to 1.15. 1.14 is no longer supported. (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf authored Aug 26, 2020
1 parent 384fb9d commit cccffc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV GPU_NODE_MIN_SIZE="0"
ENV GPU_PER_NODE="1"

# gcloud config
ENV KUBERNETES_VERSION="1.14"
ENV KUBERNETES_VERSION="1.15"
ENV CLOUDSDK_CORE_PROJECT=""
ENV CLOUDSDK_CONTAINER_CLUSTER=""
ENV CLOUDSDK_BUCKET=""
Expand Down

0 comments on commit cccffc3

Please sign in to comment.