-
Notifications
You must be signed in to change notification settings - Fork 153
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
Fix issues with high availability detection #3205
Conversation
5707fea
to
0ceb18b
Compare
Pull Request Test Coverage Report for Build 12338107598Details
💛 - Coveralls |
hco-e2e-kv-smoke-gcp lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-kv-smoke-azure 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. |
fca9890
to
da1d244
Compare
hco-e2e-upgrade-prev-operator-sdk-aws lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-upgrade-prev-operator-sdk-azure, ci/prow/hco-e2e-upgrade-prev-operator-sdk-sno-azure 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. |
hco-e2e-consecutive-operator-sdk-upgrades-aws lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-consecutive-operator-sdk-upgrades-azure 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. |
hco-e2e-operator-sdk-sno-azure lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-operator-sdk-sno-aws 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. |
522e4b4
to
a011b34
Compare
* add the missing "watch" permission for nodes. * make the status field a pointer to bool, to distinglish between false and field not set. * On mutation webhook, fix the eviction strategy if SNO becam HA. * fix an issue where the status field is not set if no node is added or deleted. * fix unit test (assert old HCO instead of HCO from client) * fix issue in the node controller, to ignore error if HCO is not present. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
Quality Gate passedIssues Measures |
hco-e2e-consecutive-operator-sdk-upgrades-aws lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-consecutive-operator-sdk-upgrades-azure 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. |
hco-e2e-operator-sdk-gcp, hco-e2e-operator-sdk-aws lanes succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-operator-sdk-azure, ci/prow/hco-e2e-operator-sdk-sno-aws, ci/prow/hco-e2e-upgrade-prev-operator-sdk-sno-aws 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. |
/retest |
/cherry-pick release-1.13 |
@nunnatsa: once the present PR merges, I will cherry-pick it on top of 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. |
@nunnatsa: 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. |
hco-e2e-upgrade-operator-sdk-sno-aws lane succeeded. |
@hco-bot: Overrode contexts on behalf of hco-bot: ci/prow/hco-e2e-upgrade-operator-sdk-sno-azure 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. |
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.
/approve
/thanks
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: orenc1 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 |
@nunnatsa: #3205 failed to apply on top of branch "release-1.13":
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. |
* add the missing "watch" permission for nodes. * make the status field a pointer to bool, to distinglish between false and field not set. * On mutation webhook, fix the eviction strategy if SNO becam HA. * fix an issue where the status field is not set if no node is added or deleted. * fix unit test (assert old HCO instead of HCO from client) * fix issue in the node controller, to ignore error if HCO is not present. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
* add the missing "watch" permission for nodes. * make the status field a pointer to bool, to distinglish between false and field not set. * On mutation webhook, fix the eviction strategy if SNO becam HA. * fix an issue where the status field is not set if no node is added or deleted. * fix unit test (assert old HCO instead of HCO from client) * fix issue in the node controller, to ignore error if HCO is not present. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
* validate-bundles: remove sudo usage (#3210) the make sanity github action has started to fail for using the sudo directive in this context. Signed-off-by: Oren Cohen <[email protected]> * Fix issues with high availability detection (#3205) * add the missing "watch" permission for nodes. * make the status field a pointer to bool, to distinglish between false and field not set. * On mutation webhook, fix the eviction strategy if SNO becam HA. * fix an issue where the status field is not set if no node is added or deleted. * fix unit test (assert old HCO instead of HCO from client) * fix issue in the node controller, to ignore error if HCO is not present. Signed-off-by: Nahshon Unna-Tsameret <[email protected]> --------- Signed-off-by: Oren Cohen <[email protected]> Signed-off-by: Nahshon Unna-Tsameret <[email protected]> Co-authored-by: Oren Cohen <[email protected]>
…3209) * validate-bundles: remove sudo usage (kubevirt#3210) the make sanity github action has started to fail for using the sudo directive in this context. Signed-off-by: Oren Cohen <[email protected]> * Fix issues with high availability detection (kubevirt#3205) * add the missing "watch" permission for nodes. * make the status field a pointer to bool, to distinglish between false and field not set. * On mutation webhook, fix the eviction strategy if SNO becam HA. * fix an issue where the status field is not set if no node is added or deleted. * fix unit test (assert old HCO instead of HCO from client) * fix issue in the node controller, to ignore error if HCO is not present. Signed-off-by: Nahshon Unna-Tsameret <[email protected]> --------- Signed-off-by: Oren Cohen <[email protected]> Signed-off-by: Nahshon Unna-Tsameret <[email protected]> Co-authored-by: Oren Cohen <[email protected]>
What this PR does / why we need it:
Jira Ticket:
Release note: