-
Notifications
You must be signed in to change notification settings - Fork 40
Fixups for failed machines on HCP #348
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
base: main
Are you sure you want to change the base?
Conversation
|
/hold this needs to wait for #347 |
This change allows the failed machine logic to be aware of the API differences between MAPI and CAPI status fields related to failures and errors. This change is being added to ensure that the autoscaler will properly detect failed machines regardless of whether it is running on OCP or HCP.
c3ba40e to
ec6d1fd
Compare
|
i've rebased this, but i wonder if we shouldn't wait for the rebase on upstream so that we can drop one of the commits. edit: nvm about waiting, we already brought in the upstream patch. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@elmiko: The following tests failed, say
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. |
|
/unhold |
|
i have a feeling this will need a cleanup, but we should consider adding this for improved hypershift performance. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
PR needs rebase. 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. |
while doing some fixing for OCPBUGS-11115, i noticed a condition whereby HCP would not properly detect failed machines. this change makes the logic more aware to differences between MAPI and CAPI.