-
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
Error in retrieving list of pipelines (KubeFlow v0.6.1) #1881
Comments
I'm adding the outputs from kubectl logs for the pipeline related pods. |
I also got few times same issue on it. On our radar now. -- please ignore following -- |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
Having the same issue .. |
had to do with low on disk space.. |
this is still a bug. Stop closing it. |
/reopen Can you provide more details and error message? |
@Bobgy: Reopened 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. |
@Bobgy: Reopened 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. |
have the same issue on pipeline Version: 1.0.4 |
Can I suggest that the volunteers supporting this product stop ignoring this glaring issue and make it priority no. 1. We are now at Kubeflow 1.2.0 and this is still broken and it is the core functionality of Kubeflow. See issue #5223 for my details on this bug. |
I did a fresh install on a clean kubernetes 1.16. The issue is not seem for now. Before this, I install kubeflow on an existing istio cluster and skip some steps. Maybe some functions are broken in my installation. |
Kubeflow 1.2 on dex is not supported by any party participating, I'd suggest waiting for 1.3 where @yanniszark said they will maintain. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is due to the race conditions while creating the resources. In my case, once after all the resources are up and running i did executed "kubectl delete namespace kubeflow", this will re-create and possibly the issue will go away. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
In my case, the error message was "Error: failed to retrieve list of pipelines" and detail message "No healthy upstream".
I solved this problem by just commading |
What happened:
I've installed kubeflow v0.6.1, with kfctl_existing_arrikto.yaml.
From the KubeFlow Central Dashboard, I click on Pipelines and I get the error message + Details, shown in the attached screenshot.
What did you expect to happen:
I expect an empty list of pipelines or the list of samples, being displayed without error message.
What steps did you take:
Anything else you would like to add:
I've also attached the output from kubectl describe the pipeline-related pods.
pipeline_log.txt
The text was updated successfully, but these errors were encountered: