-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Introduce a NeedsRollout
filter in util/collections
package
#7215
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
Comments
@ykakarap: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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/test-infra repository. |
Hello, I would like to work on this issue |
/triage accepted |
@dharmicksai are you still working on this? |
Hey , I am working on the task |
@ykakarap , I dont think it is possible to create |
Alternate solution to this would be to create the |
Sounds good. Go ahead with this. The |
Detailed Description
The
MachinesNeedingRollout
and theUpToDateMachines
functions incontrolplane/kubeadm/internal/
use a combination of filters to determine if a machine needs rollout (or the negation = is stable).Let's introduce a new filter named
NeedsRollout
that will be used as the single filter in these two functions. This way we can keep the list of filters that make up a rollout in a single place./kind cleanup
/good-first-issue
/hold until #6983 is merged as it introduces a new filter to the list.
The text was updated successfully, but these errors were encountered: