You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
Component
KFP workflows, Library/kfp
Feature
Currently KFPv2 doesn't allow to set imagePullSecrets on the pipeline level, as we did in KFPv1. See KFP 11498.
As a workaround, the secrets can be set per each component. To simplify this process, we need to extend the add_settings_to_comp method by adding an additional optional argument - imagePullSecrets
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
I can confirm the pull secret injection works with the fix. I had to install the module from sources (I believe there is not a new module version published).
Search before asking
Component
KFP workflows, Library/kfp
Feature
Currently KFPv2 doesn't allow to set imagePullSecrets on the pipeline level, as we did in KFPv1. See KFP 11498.
As a workaround, the secrets can be set per each component. To simplify this process, we need to extend the add_settings_to_comp method by adding an additional optional argument - imagePullSecrets
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: