-
Notifications
You must be signed in to change notification settings - Fork 33
Bug 1745939: Return error if image creation fails #59
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
Conversation
Now if CAPO cannot create an image it ignores the error and continue operating as the creation was successful. This patch returns the error if something wrong happens.
|
@Fedosin: This pull request references Bugzilla bug 1745939, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/retest The CI errors seem to be MOC connection issues. Looks like there was an outage. |
|
/hold The @Fedosin this sounds like something we want to do upstream too. Would you please create that PR as well? We can merge this beforehand, but there's nothing OpenShift-specific about this change. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Fedosin, tomassedovic The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@tomassedovic hi! thank you for the review... |
|
/hold cancel |
|
@Fedosin: All pull requests linked via external trackers have merged. Bugzilla bug 1745939 has been moved to the MODIFIED state. 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. |
This commit removes the Name field from the provider config. Instead of accepting an arbitrary name, we should be using the one provided by the machine resource itself.
This commit removes the Name field from the provider config. Instead of accepting an arbitrary name, we should be using the one provided by the machine resource itself.
Now if CAPO cannot create an image it ignores the error and continue operating as the creation was successful.
This patch returns the error if something wrong happens.