-
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 feature from experimental to stable API #10751
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Questions:
|
/retitle [WIP] |
52c92f1
to
15f85a4
Compare
/test ? |
@mboersma: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/retitle |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
15f85a4
to
af0d4c8
Compare
Thanks for this! I might have missed it but I don't see any docs updated on the PR which I assume we need. |
af0d4c8
to
4aa91d3
Compare
@mboersma: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
Can we break this PR to several PRs like first one with the stable API only , second with changing test and controllers. |
PR needs rebase. 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-sigs/prow repository. |
Of course we can, but I confess I'm not sure what changing the tests and controllers later would accomplish. Maybe I'm missing something. When we discussed this at office hours, consensus seemed to be that this would be a breaking change, but only in terms of providers who import CAPI MachinePools code who need to change their imports. Specifically, I think you're suggesting maintaining both import paths for a couple releases, so there's a slower deprecation path. That seems reasonable, although I'd like to hear from other maintainers if they agree. Sorry if I'm misunderstanding something! |
Thanks Matt for replying, As we discussed in the office hour the idea was be sure we are not breaking running env. So as we said changing the go path for the API package not changing the CRD definition. I guess we are safe to move the API, it will be breaking the imports in the providers source code only. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/close |
@fabriziopandini: Closed this PR. 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-sigs/prow repository. |
What this PR does / why we need it:
Moves MachinePools out of
exp
intoapi
, and updates the numerous things that affects.Which issue(s) this PR fixes:
Fixes #9005
/area api
/area machinepool