Skip to content

Conversation

@enxebre
Copy link
Member

@enxebre enxebre commented Nov 12, 2019

This allows to find a backing machine for a node not found, therefore letting remediation to take place when reconciliation is triggered by a node deletion.

@openshift-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Nov 12, 2019
@openshift-ci-robot
Copy link
Contributor

@enxebre: This pull request references Bugzilla bug 1765427, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

bug 1765427: Add index for getting machines from node.

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/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 12, 2019
// newReconciler returns a new reconcile.Reconciler
func newReconciler(mgr manager.Manager, opts manager.Options) *ReconcileMachineHealthCheck {
func newReconciler(mgr manager.Manager, opts manager.Options) (*ReconcileMachineHealthCheck, error) {
if err := mgr.GetCache().IndexField(&mapiv1.Machine{},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't matter really, so not a blocker, but I feel like this might belong in Add() or add() instead of here.

@openshift-ci-robot
Copy link
Contributor

@enxebre: This pull request references Bugzilla bug 1765427, which is valid.

Details

In response to this:

bug 1765427: Add index for getting machines from node.

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/test-infra repository.

@enxebre
Copy link
Member Author

enxebre commented Nov 13, 2019

/retest

@enxebre
Copy link
Member Author

enxebre commented Nov 13, 2019

/test e2e-aws

1 similar comment
@enxebre
Copy link
Member Author

enxebre commented Nov 13, 2019

/test e2e-aws

Copy link
Contributor

@bison bison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 14, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bison

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 14, 2019
@enxebre
Copy link
Member Author

enxebre commented Nov 14, 2019

/test e2e-aws-upgrade

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit a29f9b9 into openshift:master Nov 14, 2019
@openshift-ci-robot
Copy link
Contributor

@enxebre: All pull requests linked via external trackers have merged. Bugzilla bug 1765427 has been moved to the MODIFIED state.

Details

In response to this:

bug 1765427: Add index for getting machines from node.

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/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants