-
Notifications
You must be signed in to change notification settings - Fork 562
Add new ImageBuildDegraded status option for MCO #2439
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
Hello @umohnani8! Some important instructions when contributing to openshift/api: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@@ -636,6 +636,9 @@ const ( | |||
// MachineConfigPoolRenderDegraded means the rendered configuration for the pool cannot be generated because of an error | |||
MachineConfigPoolRenderDegraded MachineConfigPoolConditionType = "RenderDegraded" | |||
|
|||
// MachineConfigPoolImageBuildDegraded means the image build for the pool was not successful | |||
MachineConfigPoolImageBuildDegraded MachineConfigPoolConditionType = "ImageBuildDegraded" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we need to update this comment?
api/machineconfiguration/v1/types.go
Line 647 in 6a7223e
// MachineConfigPoolDegraded is the overall status of the pool based, today, on whether we fail with NodeDegraded or RenderDegraded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks!
Add a new ImageBuildDegraded status option for the Image Mode workflow in the MCO. This will b used to track image build failures and report it up to the MCP. Signed-off-by: Urvashi <[email protected]>
/lgtm |
@JoelSpeed @everettraven PTAL |
/lgtm |
@umohnani8: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dkhater-redhat, JoelSpeed, umohnani8, yuqi-zhang 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 |
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
Add a new ImageBuildDegraded status option for the Image Mode workflow in the MCO. This will b used to track image build failures and report it up to the MCP.
This is part of the fix needed for https://issues.redhat.com/browse/MCO-1536