-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to regular from stable channel - #67
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
* Stable is still on 1.14 which is getting to be quite old. Tekton for example requires 1.15 at least. Related to: GoogleCloudPlatform/kubeflow-distribution#67
* Stable is still on 1.14 which is getting to be quite old. Tekton for example requires 1.15 at least. Related to: GoogleCloudPlatform/kubeflow-distribution#67
This is on master but not the 1.1 branch. Tests are failing because the tests need to be updated to use v1 APIs |
Tests should be using the V1 API for deployments. related to: GoogleCloudPlatform/kubeflow-distribution#67
* Update tests to work with Kubernetes 1.16 Tests should be using the V1 API for deployments. related to: GoogleCloudPlatform/kubeflow-distribution#67 * * Update statefulsets to v1 api
Deployment on master is failing.
Looks like it should be apps/v1 |
This should be fixed by kubeflow/manifests#1374 which changed it from apps/v1beta1 to apps/v1 |
Tests are still failing on master.
This is coming from: |
This was fixed in kubeflow/testing#727 but the test image wasn't rebuilt. |
We should switch to using the regular channel over the stable channel by default.
Regular is on 1.16: https://cloud.google.com/kubernetes-engine/docs/release-notes-regular
Stable is still on 1.14 https://cloud.google.com/kubernetes-engine/docs/release-notes-stable
The text was updated successfully, but these errors were encountered: