-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Remove revision management in MachineDeployments #10479
Comments
This issue is currently awaiting triage. CAPI contributors will take a look as soon as possible, apply one of the 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 backlog |
As consumer I think beyond the clusterctl rollout exposure we could say revisionHistoryLimit is actually more of an implementation detail and the same functionality can be achieved by rolling out forward towards any config. |
+1 to deprecate an remove. |
Also xref PR which would get obsolete: |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
Deprecation was done in 1.8, now it is about removal |
/assign @sbueringer |
As of today MachineDeployments manage a history of MachineSet objects.
This feature roughly consists of:
This feature (afaik) has been mostly copied from k/k Deployments & ReplicaSets
Reasons why we should consider deprecation & removal:
So overall I think considering the current state of the feature, it's interoperability and that it's as far as we can tell not really used we should really consider if it's worth the complexity and otherwise consider deprecation.
If you are using the feature, please let us know.
Edited Nov 27th 2024: Deprecation was done in 1.8, now it is about removal
The text was updated successfully, but these errors were encountered: