-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
E2E test for TFJob v1alpha2 ksonnet package #852
Labels
Comments
/assign @ankushagarwal |
Python script from #866 to deploy kubeflow clusters |
Looks like bootstrapper has a couple of bugs. Once https://github.com/kubeflow/kubeflow/pull/872/files gets merged I'll start work on this |
This was referenced Jun 2, 2018
This was referenced Jun 5, 2018
yanniszark
pushed a commit
to arrikto/kubeflow
that referenced
this issue
Feb 15, 2021
* Adding events to trials * Fix tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
We need to update our E2E tests to test the TFJob operator v1alpha2 package.
The difficulty here is that we can't deploy two versions of a CRD in the same cluster. So we will need to modify our tests to spin up a new GKE cluster for each version of the operator.
My suggestion would be to switch to using deployment manager + bootstrapper.
We have this workflow which uses deployment manager to create a GKE cluster.
When #829 is fixed and the tests are updated to support this I think we can easily run the test for multiple versions of TFJob operator.
/priority p1
The text was updated successfully, but these errors were encountered: