-
Notifications
You must be signed in to change notification settings - Fork 26
Support hcp upgrade #362
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
Support hcp upgrade #362
Conversation
Signed-off-by: Michael Shitrit <[email protected]>
Signed-off-by: Michael Shitrit <[email protected]>
Signed-off-by: Michael Shitrit <[email protected]>
Skipping CI for Draft Pull Request. |
/tests ? |
/test ? |
@mshitrit: The following commands are available to trigger required jobs:
Use 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-sigs/prow repository. |
/test 4.17-openshift-e2e |
1 similar comment
/test 4.17-openshift-e2e |
/test 4.16-openshift-e2e |
1 similar comment
/test 4.16-openshift-e2e |
e1de162
to
4a402a7
Compare
4a402a7
to
948d0ea
Compare
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.
one nit, otherwise lgtm
Signed-off-by: Michael Shitrit <[email protected]>
948d0ea
to
3f18ff0
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mshitrit, slintes 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 |
/test 4.16-openshift-e2e |
/test 4.16-openshift-e2e |
Testing after ocp testplatform team analyzed the issue and added a gpu /test 4.16-openshift-e2e |
Tests are failing due to ECOPROJECT-2187 /override ci/prow/4.15-openshift-e2e |
@mshitrit: Overrode contexts on behalf of mshitrit: ci/prow/4.15-openshift-e2e, ci/prow/4.16-openshift-e2e, ci/prow/4.17-openshift-e2e, ci/prow/4.18-openshift-e2e 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-sigs/prow repository. |
/override ci/prow/4.14-openshift-e2e |
@mshitrit: Overrode contexts on behalf of mshitrit: ci/prow/4.14-openshift-e2e 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-sigs/prow repository. |
Why we need this PR
This feature aims to address the current limitations of NodeHealthCheck (NHC) in Hosted Control Planes (HCP). While NHC is operational in HCP, it lacks the ability to block or pause upgrades when nodes are unhealthy.
Changes made
In addition to previous checks, NHC will also compare "machineconfiguration.openshift.io/currentConfig" and "machineconfiguration.openshift.io/desiredConfig" on the CP node to decide whether an update is in progress.
Which issue(s) this PR fixes
OCPSTRAT-1828, RHWA-11
Test plan