-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[frontend] Pipeline generic installation does not include a virtual service #5462
Comments
Thank you @nakfour for submitting this request! @Bobgy and I have discussed about this issue and our initial thinking is to perform following refactorings:
|
For now, you can use the |
@zijianjoy virtual service for ml-pipeline-ui should still be put in options folder, because it's not needed for env without istio. |
@Bobgy @zijianjoy sounds good. since these VRs are common for all options to install pipelines, good idea to place them under base/pipeline |
When installing "platform-agnostic" and trying to get to the pipeline UI from the Kubeflow central dashboard, we get "Sorry, /pipeline/ is not a valid page". Checking for virtualservices in namespace kubeflow, there are none for pipelines. Looking at the code, we dont see a VirtualService created : https://github.com/kubeflow/manifests/tree/master/apps/pipeline/upstream/base/installs/generic
While multi-user install does include a virtualservice: https://github.com/kubeflow/manifests/blob/master/apps/pipeline/upstream/base/installs/multi-user/virtual-service.yaml
The text was updated successfully, but these errors were encountered: