-
Notifications
You must be signed in to change notification settings - Fork 1.4k
MachinePool: MinReadySeconds does not work #8952
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
(cc @CecileRobertMichon, just fyi) |
/triage accepted Should we add a note to the field for now to communicate that it's not implemented? |
Sounds like a good idea! |
Related tiny one #8956 |
@sbueringer will it be implemented somewhere here |
That is definitely the place where it's "not implemented" today :). Not sure how it should be implemented, maybe similar to MachineDeployments. I would leave this to folks more familiar with MachinePools, they can probably provide better guidance |
hey @CecileRobertMichon @Jont828 should we create a IsNodeAvailable function like here and, then use it and refractor the code a bit in machinepool_controller_noderef.go |
@sbueringer I'd need to poke around a bit to see how we could implement this. @Dhairya-Arora01 Would we be able to just call the |
I think that seems reasonable. I'm making changes to the Docker implementation in #8842, so I think you can implement that once it merges. That way, we can test out your changes with Docker MachinePool Machines. |
/assign |
/priority important-soon |
What steps did you take and what happened?
MachinePool has a MinReadySeconds field just like MachineDeployment. In MachinePools however it is not implemented.
What did you expect to happen?
I would expect it to behave as documented:
Cluster API version
main
Kubernetes version
No response
Anything else you would like to add?
No response
Label(s) to be applied
/kind bug
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.
The text was updated successfully, but these errors were encountered: