-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can not retrieve the pipelines after upgrading Kubeflow from 1.8 to .19 #584
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6551.
|
thanks for the issue @eleblebici! We'll cover this issue as also part of #582 |
thank you @kimwnasptd We are also observing "connection refuses" within the logs of "apiserver" container of kfp-api pod:
I think the check is running in every 5 minutes and sometimes it is giving the "connection refused" error. I've just wanted to share that though I am not sure if it is related. |
Bug Description
After upgrading the Kubeflow from 1.8 to 1.9, the pipelines on the UI are not retrievable. It is giving the following error in UI:
We have the following log in the "istio-ingressgateway-workload":
2024-11-08T07:10:45.273942613Z [2024-11-08T07:10:44.383Z] "GET /pipeline/apis/v2beta1/pipelines?page_token=&page_size=10&sort_by=created_at%20desc&filter= HTTP/1.1" 503 URX via_upstream - "-" 0 152 61 58 "X.Y.0.149,X.Z.103.216" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0" "43f03c5c-8bb4-421d-81c3-d2b4d91f190c" "test.com" "X.A.178.97:3000" outbound|3000||kfp-ui.kubeflow.svc.cluster.local X.A.178.87:34498 X.A.178.87:8080 X.A.103.216:59664 - -
And the following logs in the "ml-pipeline-ui" container:
It seems similar to this one: kubeflow/pipelines#11247
We tried setting the environment DISABLE_GKE_METADATA for the ml-pipeline-ui container and re-applied the statefulset. But it is giving the same error though the environment seems to be added.
We think that it is because of pebble overwrites it: https://github.com/canonical/kfp-operators/blob/main/charms/kfp-ui/src/components/pebble_components.py#L61
To Reproduce
I could not reproduce that after upgrading from 1.8 to 1.9.
Environment
Charmed Kubeflow 1.9
Juju 3.4.5
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: