-
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 Deprecated Code #9904
Comments
This issue is currently awaiting triage. If CAPI contributors determines this is a relevant issue, they will accept it by applying the 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. |
We can't drop code in api packages in general (we will only not include it in new apiVersion (e.g. v1beta2 / v1)). See
For the metrics-bind-addr. I would guess we want to keep it around for a few more releases to give folks time to adjust. |
ah-- that makes sense, thanks for the guidance @sbueringer |
@cahillsf Checked the occurrences of "Deprecated". We don't have do remove anything for this round. A general improvement could be that we clearly state in the Deprecated messages when something can be removed |
sounds good, thanks for confirming @sbueringer, will go ahead and close this out |
Relates to https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/release/release-tasks.md#track-remove-previously-deprecated-code (part of #9800)
Here are some potential items I came up with using some basic keyword searches (excluding anything related to
v1alpha4
removal as that is being tracked separately (#8038))Would like some feedback before moving forward.
:UseExperimentalRetryJoin
is referenced in may places but appears to have been marked as deprecated for quite awhilecluster-api/bootstrap/kubeadm/api/v1beta1/kubeadmconfig_types.go
Lines 103 to 117 in ec45bdb
UseExperimentalRetryJoin
to KubeadmConfig #2763 (comment)metricsBindAddr
in metrics serving config:cluster-api/util/flags/diagnostics.go
Line 45 in ec45bdb
binding/ownerref funcs inexp/addons/api/v1beta1/clusterresourcesetbinding_types.go
: https://github.com/kubernetes-sigs/cluster-api/blob/main/exp/addons/api/v1beta1/clusterresourcesetbinding_types.go#L110-L166Please let me know if there are other items I might have missed as well
The text was updated successfully, but these errors were encountered: