Skip to content
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

Closed
ran-haim opened this issue Nov 23, 2023 · 3 comments
Closed

[bug] kubeflow pipeines sdk v2 specify image_pull_secrets #10262

ran-haim opened this issue Nov 23, 2023 · 3 comments
Labels

Comments

@ran-haim
Copy link

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.

@shishirkr-git
Copy link

shishirkr-git commented Jan 16, 2024

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.

___def get_kfp_healthz(self) -> kfp_server_api.ApiGetHealthzResponse:

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
#9330

@rimolive
Copy link
Member

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

Copy link

@rimolive: Closing this issue.

In response to this:

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
Development

No branches or pull requests

3 participants