kubeflow / pytorch-operator

PyTorch on Kubernetes
Apache License 2.0
306 stars 143 forks source link

Change cluster version to 1.16 for e2e test #298

Closed andreyvelich closed 4 years ago

andreyvelich commented 4 years ago

GKE no longer supports 1.14 k8s version. Ref: https://cloud.google.com/kubernetes-engine/docs/release-notes#august_27_2020_r28.

/assign @gaocegege @johnugeorge

k8s-ci-robot commented 4 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign johnugeorge You can assign the PR to them by writing /assign @johnugeorge in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubeflow/pytorch-operator/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
andreyvelich commented 4 years ago

I closed this PR since we have to fix unit test also. I changed cluster version in this PR: https://github.com/kubeflow/pytorch-operator/pull/293.