-
Notifications
You must be signed in to change notification settings - Fork 410
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
BZ1714769: fix kubeletconfig with empty MCPs status updates #811
BZ1714769: fix kubeletconfig with empty MCPs status updates #811
Conversation
/cc @sjenning |
@@ -59,6 +60,9 @@ var updateBackoff = wait.Backoff{ | |||
Jitter: 1.0, | |||
} | |||
|
|||
// ErrCouldNotFindMCPSet Error if no MCPs could be found | |||
var ErrCouldNotFindMCPSet = errors.New("could not find any MachineConfigPool set for KubeletConfig") |
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.
does this need to be exported?
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.
it doesn't.... I have removed the export in the force push.
Do not requeue the key if there are zero MCPs. Prevents multiple status updates and will not succeed. ref: https://bugzilla.redhat.com/show_bug.cgi?id=1714769
e87d171
to
c0f7151
Compare
lgtm, thanks! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rphillips, runcom 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 |
registry hiccups in CI :( |
/retest Please review the full test history for this PR and help us cut down flakes. |
- What I did
Do not requeue the key if there are zero MCPs. Prevents multiple status updates and will not succeed.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1714769
- How to verify it
- Description for the changelog