kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.53k stars 1.59k forks source link

[bug] Issue when accessing other service inside cluster from KFP component #10198

Closed philop1309 closed 4 months ago

philop1309 commented 9 months ago

Environment

Steps to reproduce

Unable to connect to service running in the k8 cluster. I have a ray service that i can access if I make a custom deployment with the same image as my KFP component that doesn't work. If I do ray.init("ray://:10001") it works fine in my test container outside the KF pipeline. But when I run my pipeline the compoment can't access the service on that same call. Any help is appreciated is i've been struggling with this for days.

Expected result

Materials and reference

Labels


Impacted by this bug? Give it a 👍.

philop1309 commented 9 months ago

Unable to connect to service running in the k8 cluster. I have a ray service that i can access if I make a custom deployment with the same image as my KFP component that doesn't work. If I do ray.init("ray://<my-ray-svc>:10001") it works fine in my test container outside the KF pipeline. But when I run my pipeline the compoment can't access the service on that same call. Any help is appreciated is i've been struggling with this for days.

github-actions[bot] commented 6 months ago

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.

github-actions[bot] commented 4 months ago

This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.