-
Couldn't load subscription status.
- Fork 1.4k
Description
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.
:UseExperimentalRetryJoinis 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 replaces a basic kubeadm command with a shell // script with retries for joins. // // This is meant to be an experimental temporary workaround on some environments // where joins fail due to timing (and other issues). The long term goal is to add retries to // kubeadm proper and use that functionality. // // This will add about 40KB to userdata // // For more information, refer to https://github.com/kubernetes-sigs/cluster-api/pull/2763#discussion_r397306055. // +optional // // Deprecated: This experimental fix is no longer needed and this field will be removed in a future release. // When removing also remove from staticcheck exclude-rules for SA1019 in golangci.yml UseExperimentalRetryJoin bool `json:"useExperimentalRetryJoin,omitempty"` - ✨ Add
UseExperimentalRetryJointo KubeadmConfig #2763 (comment)
metricsBindAddrin metrics serving config:cluster-api/util/flags/diagnostics.go
Line 45 in ec45bdb
_ = fs.MarkDeprecated("metrics-bind-addr", "Please use --diagnostics-address instead. To continue to serve"+ 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-L166
Please let me know if there are other items I might have missed as well