-
Notifications
You must be signed in to change notification settings - Fork 781
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
Pipelines End-to-end on GCP: fix example & update screenshots #1611
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
/kind bug |
@amygdala I've moved this issue to In progress in the doc sprint Kanban board, because the issue is assigned to you. Happy sprinting! |
This example no longer runs properly either; will look into it. Getting some kind of memory reference error related to ksonnet (!). |
hi @jinchihe , not sure if you're the right one to ping on this: when I tried running the example, I got the following ksonnet-related segfault error in the Are you the right person to look into this? (I'm thinking it might be best to find a non-ksonnet implementation of this step.)
|
Update: I'll try this more recent component definition: https://github.com/kubeflow/pipelines/blob/master/components/kubeflow/deployer/component.yaml to see if that helps. Update 2: using a newer image fixed the issue (kinda), so please ignore my earlier comment, @jinchihe. There are still some problems with this op, but I think the KFP team is the right group to ask. update 3: okay, this example seems completely broken ... |
related: kubeflow/pipelines#3037 |
in addition to the probs with the serving step, the webapp step of the pipeline is getting a ksonnet-related seg fault. |
Chatted with @amygdala and @sarahmaddox: since this tutorial does not currently work, I will remove this tutorial from the site while it is being revised. |
/priority p2 |
Had no experience with segfault error but got 'No Major.Minor.Patch elements found', fixed by adding --api-spec=version:v1.15.0 to all ks commands ks init --api-spec=version:v1.15.0 tf-serving-app after that had webserving app deployed successfully. |
Hi, Attached is the pipeline with the latest docker images for train, serve, and web-ui. Getting the following error in the web-ui. panic: runtime error: invalid memory address or nil pointer dereference Thanks, |
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
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. |
the example also can't support k8s with version >= v1.16.0, since its component ml-pipeline-kubeflow-deployer depends on ksonnect, and ksonnect can't support k8s with version >= v1.16.0:
|
https://www.kubeflow.org/docs/gke/pipelines/pipelines-tutorial/
got a reminder from someone (doing a hosted pipelines-related bug bash) that the screenshots here need to be updated. And maybe more tweaks? Let's check it during the docs sprint. I'll try to do it.
The text was updated successfully, but these errors were encountered: