-
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
[bug] kubeflow pipeines sdk v2 specify image_pull_secrets #10262
Comments
is there any update on this issue? It is a blocker for V1 to V2 migration. kfp.deprecated has the V1 methods to set image pull secret but importing kfp.deprecated is giving error.
AttributeError: module 'kfp_server_api' has no attribute 'ApiGetHealthzResponse'. Did you mean: 'V2beta1GetHealthzResponse'?___ I see there is another open issue for this kfp.deprecated import error |
It looks like this was already implemented. I'm closing this issue but feel free to reopen it if it's not yet included in latest SDK. /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. |
There seems to be no way to specify image_pull_secrets for a step or pipeline in sdk v2.
This is a must have in order for the images to be able to get pulled for the pods.
The text was updated successfully, but these errors were encountered: