forked from kubeflow/kubeflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ksonnet changes to support deploying the v1alpha2 TFJob operator.
* K8s doesn't support installing multiple versions of a CRD in the same cluster. * So we add an option to choose which version to support. * We don't add an E2E test in this PR because its not straightforward. Currently the E2E test deploys Kubeflow in a different namespace but not a different cluster. This won't allow us to simulatenously test both versions. * So to test multiple versions we will need to spin up a separate GKE cluster. Related to: kubeflow#599
- Loading branch information
Showing
3 changed files
with
98 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters