-
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
Remove experimentalRetryJoin #6942
Comments
In my opinion we should never remove a field from a v1beta1 apiVersion without an apiVersion bump as it's a breaking change to v1beta1 otherwise. |
Good point, but I suppose that doesn't necessarily preclude us from changing the behaviour. It's not exactly a feature gate, but the field is prefixed with |
So we would keep the field but disable its behavior? I think that's a very dangerous precedent and ~ the same as dropping the field. |
This is done regularly for experimental features as I understand it. The key question is whether we consider this experimental or not given the prefix. I think the most important thing here is whether the actual behaviour is fixed rather than the API fields and behaviour though. |
Maybe an alternative path to deprecating this is to add a feature flag and a binary flag to enable this behaviour while deprecating and eventually removing the experimental API field. This would bring the way we enable the feature in line with our other experimental features like ClusterClass and MachinePools. |
/kind api-change As mentioned above, we need to deprecate now (just a comment on the field would suffice) + remove in the next API version |
/triage accepted |
/milestone v1.3 we should get this done before the release |
/good-first-issue |
If I'm not mistaken deprecation was done in these PRs: It was already part of v1.2.0 (https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.2.0). I wonder a bit about removal though. I don't have background information for what exactly this feature was needed and why we can drop it now (either because it's not needed anymore or we have a replacement I guess (?)). Additional indication for that:
|
I think we should remove the good first issue and help wanted labels, as this removal isn't something easily implemented. @fabriziopandini WDYT? |
|
I'm slightly confused. As mentioned, I think we did this already? |
Ok I have missed this. reset. |
/remove-good-first-issue |
Dropping to the milestone |
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 |
/remove-lifecycle stale |
This issue has not been updated in over 1 year, and should be re-triaged. You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
/priority important-longterm |
Just a note. Just checked linked issues and talked to some folks. We should be really able to remove the field as there were various improvements to kubeadm. Also in the worst case were folks still need it they can remove the kubeadm binary through a script and implement their own retry handling there. |
+1, i though this was removed already. :\ |
i see there are steps in the OP, i can give this a shot. |
We have to wait for the next apiVersion (it's deprecated already) I just additionally talked to some folks if they still depend on it |
based on the comment above |
Note: #10983 gives another indicator that we should not re-add this in v1beta2. |
experimentalRetryJoin is deprecated as of CAPI release 1.2. Removal is expected to happen in release 1.3 - but before proceeding we should have high confidence that CAPI + Kubeadm are capable today of solving the problem that experimentalRetryJoin was designed to fix.
In order to increase confidence in the removal we should:
Once we're confident that we can proceed with removal we need to:
bootstrap/kubeadm/internal/cloudinit/cloudinit.go
/area bootstrap
The text was updated successfully, but these errors were encountered: