-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[feature] Should be able to set _DEFAULT_LAUNCHER_IMAGE using environment variable in notebook pod #7225
Comments
Hi @typhoonzero, v2 compatible mode is being deprecated in the next SDK release: #6829 We would have a similar launcher/driver image for v2. And we plan to version it the same way as we version the rest KFP backend images. |
Thanks for the reply @chensun , my case is simple, I can't access |
any update on this? |
+1 |
how to set the image in create_run_from_pipeline_func? |
Closing this issue as it was implemented. Feel free to reopen it if issue persists. /close |
@rimolive: Closing 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. |
Feature Area
What feature would you like to see?
Currently the default launcher image is set using a constant:
sdk/python/kfp/compiler/v2_compat.py:_DEFAULT_LAUNCHER_IMAGE = "gcr.io/ml-pipeline/kfp-launcher:1.8.7"
, however, if we want to use a private registry when launching a pipeline in Kubeflow notebook, we may need to use an environment variable to set this, so that we can just configure that in the Kubeflow notebook YAML file.Is there a workaround currently?
I can set it directly in the function call here: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.client.html#kfp.Client.create_run_from_pipeline_func, but I'd like to configure a default for all users.
Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.
The text was updated successfully, but these errors were encountered: