-
Notifications
You must be signed in to change notification settings - Fork 462
OCPBUGS-67229: Set NodeDegraded MCN condition when node state annotation is set to Degraded
#5509
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
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: isabella-janssen The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
NodeDegraded MCN condition when node state annotation is set to Degraded
|
@isabella-janssen: An error was encountered adding this pull request to the external tracker bugs for bug OCPBUGS-67229 on the Jira server at https://issues.redhat.com/. No known errors were detected, please see the full error message for details. Full error message.
failed to add remote link: failed to add link: No Link Issue Permission for issue 'OCPBUGS-67229'.: request failed. Please analyze the request body for more details. Status code: 403:
Please contact an administrator to resolve this issue, then request a bug refresh with DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@isabella-janssen: An error was encountered adding this pull request to the external tracker bugs for bug OCPBUGS-67229 on the Jira server at https://issues.redhat.com/. No known errors were detected, please see the full error message for details. Full error message.
failed to add remote link: failed to add link: No Link Issue Permission for issue 'OCPBUGS-67229'.: request failed. Please analyze the request body for more details. Status code: 403:
Please contact an administrator to resolve this issue, then request a bug refresh with DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@isabella-janssen: An error was encountered updating to the POST state for bug OCPBUGS-67229 on the Jira server at https://issues.redhat.com/. No known errors were detected, please see the full error message for details. Full error message.
No transition status with name `POST` could be found. Please select from the following list: []
Please contact an administrator to resolve this issue, then request a bug refresh with DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@isabella-janssen: This pull request references Jira Issue OCPBUGS-67229, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
NodeDegraded MCN condition when node state annotation is set to DegradedNodeDegraded MCN condition when node state annotation is set to Degraded
6e93926 to
2867a27
Compare
2867a27 to
edd6fb7
Compare
|
@isabella-janssen: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Closes: OCPBUGS-67229
- What I did
This updates the set degraded flow to include populating the degrade condition in the MCN of a node. This prevents discrepancies in the degrades being reported in node annotations and the conditions in the MCN resource and further discrepancies in the MCP reporting in TechPreview where degraded machine counts are determined by MCN conditions.
- How to verify it
a. Create a MC to deploy a dropin file
b. When the update has completed, manually modify the deployed dropin file to force a configuration drift.
- Description for the changelog
OCPBUGS-67229: Update the flow to set a node's state annotation to
Degradedto also set theNodeDegradedcondition in the MCN