-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Graduate MachinePools from experimental to stable API #9005
Comments
/triage accepted |
@mboersma I would like to take this one up. Can we have discussions over subtaks/TODOs which can help me moving forward. |
@mboersma It will be great to use this issue to track all this work |
It'd be also good to have a featureset comparison in the book to guide users when they should be using MachineDeployment or MachinePool |
Sounds good. #8842 is the last PR I currently have open related to MachinePool Machines. I think it makes sense to put a list of follow up tasks here once that gets wrapped up. @vincepri We have a section in the CAPI book about differences in features but I suppose we can expand it. |
#8858 should probably get resolved as well before we do this |
Apart from some notes in #8858, here are some comments about the API.
Other than that, I think stabilizing the API is a good idea – even a stable API can be evolved, for instance by adding new fields if we really run into major missing features. |
This should be fixed via: #9837 Sounds like there's potential to improve the godoc for MD & MachinePool, but apart from that it seems to have a clear meaning |
Per the CAPI community call today as I understand it, the next steps are:
|
/assign |
/priority important-long term @mboersma is there some work left for this issue or can we close it |
@fabriziopandini: The label(s) 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. |
/priority important-longterm |
@fabriziopandini MachinePools are "beta" now, but I think we need to move the code out of |
Thanks @mboersma is there any report that can be shared of the unit and e2e test coverage for MachinePools? |
I'll try to find some time next week to write a summary of the current state of MPs regarding open issues and features we were planning to implement at some point but didn't until today. Then we can discuss how they relate to the remaining steps to get MPs out of experimental. If I understand correctly, the remaining steps are moving the implementation out of "exp" and eventually dropping the feature gate. In any case, from my side no objection against moving the code out of "exp". I see no reason why it should stay there. In my opinion for our users it should not be relevant in which package we implement features. (I mean which end user even knows that MachinePools are below "exp" in our repo, and why should they have to care?) |
Sorry for the delay. Here's my summary and my first try at a categorization. Flaky tests with MachinePools: Fundamental issues / questions about the MachinePool API / contract:
MachinePool Machines: (not clear to me, should be double checked by folks more familiar with MP Machines)
Work related to the status improvements for v1beta2:
(Potential) Bugs:
Misc / TBD:
Minor improvements: As far as I can tell regarding graduation - apart from the issues listed here - the following is missing:
We can/should discuss which parts of the "graduation" we want to block until which issues are resolved. I"m personally fine with moving the code out of exp, but we should then probably treat removing the feature gate as the "graduation". In general, it would be great to see some folks signing up to be maintainers of the MachinePool feature/code. To be honest, at the moment, it's mostly up to folks which are neither very familiar with MachinePools nor are they using the feature. This is not a great state if we're planning to maintain this feature going forward, which should be the minimum bar for graduation. cc @fabriziopandini @vincepri @enxebre @killianmuldoon @chrischdi @mboersma |
Great work @sbueringer! 🥳 Up to @mboersma if we want to move this to an Umbrella issue for graduation. If I can give my two cents, I consider ownership + open issues the key points to be addressed before graduation; I also agree that moving the code out of exp is sort of orthogonal to graduation given that we are already shipping MachinePool APIs together with everything else. |
Adding on top of the note above, If we cannot find an answer to the lack of maintainers for this feature, we should probably start thinking about a split of MP E2E tests from other tests, so we can have a cleaner release signal. |
What would you like to be added (User Story)?
As a production user of CAPI, I'm not comfortable working with "experimental" parts of the product, but I would like to take advantage of the native VM-grouping construct at my cloud provider.
Detailed Description
MachinePools have been part of the experimental API for years, but their API has been overall stable (recent backward-compatible changes for MachinePool Machines notwithstanding). Moving them out of
exp/
will declare that MachinePools are stable, supported, and safe to use.Anything else you would like to add?
The graduation criteria in the MachinePools proposal remains
TBD
. Informally, when the question "when can MPs graduate?" has been asked, the answer has generally been "after MachinePool Machines land."MachinePool Machines have begun to land and should soon be largely complete. This seems like the time to consider graduating MachinePools, although there may be more context or specific
// TODO
items I'm not aware of. I'm hoping to identify those in this issue.Label(s) to be applied
/kind feature
/cc @dtzar @Jont828
The text was updated successfully, but these errors were encountered: