-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update the test infrastructure to use kustomize #1639
Comments
Depends on Upgradability Issue |
General plan:
Detailed steps:
|
@jessiezcc all p0 issues are resolved, can we change the tag to p1 now? |
Actually, I think it's better creating a new issue for
|
/close Created new issue for step 4. |
@Bobgy: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Currently the test infra deploys a cluster with pipeline code from HEAD
https://github.com/kubeflow/pipelines/blob/master/test/deploy-kubeflow.sh#L35
https://github.com/kubeflow/pipelines/blob/master/test/deploy-pipeline.sh#L50
relying on ksonnet.
We need to update these script to use kustomize as kubeflow is deprecating ksonnet in favor of kustomize.
The text was updated successfully, but these errors were encountered: