-
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
[sdk] KFP SDK prints "Built and pushed" despite push errors #11164
Comments
Can I assign this bug on me? I'd like to contribute to it. |
@Yael-F only Kubeflow members can assign themselves to issues, but if you start contributing with KFP code you can request membership. More details in https://www.kubeflow.org/docs/about/contributing/#membership |
Of course! /assign Yael-F |
Yael-F
pushed a commit
to Yael-F/pipelines
that referenced
this issue
Nov 5, 2024
Signed-off-by: Yael <[email protected]>
Yael-F
pushed a commit
to Yael-F/pipelines
that referenced
this issue
Nov 5, 2024
Signed-off-by: Yael <[email protected]>
Yael-F
pushed a commit
to Yael-F/pipelines
that referenced
this issue
Nov 5, 2024
Signed-off-by: Yael <[email protected]>
2 tasks
Yael-F
added a commit
to Yael-F/pipelines
that referenced
this issue
Nov 13, 2024
Signed-off-by: Yael <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
not relevant (bug only is SDK)
2.8.0
Steps to reproduce
Try to build and push an image to a private Docker registry without setting up registry authentication. Example command:
(see
component.py
below)KFP prints a message that an image was pushed successfully despite in fact pushing failed due to auth errror. Example output:
Expected result
kfp
reports a error and returns a non-zero exit code.Materials and Reference
component.py
:Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: