cluster-api icon indicating copy to clipboard operation
cluster-api copied to clipboard

Migrate away from CR result.Requeue

Open sbueringer opened this issue 6 months ago • 1 comments

Controller-runtime deprecated result.Requeue in v0.21.0. We should:

  • [ ] Investigate where we are still using it and consider migrating away if appropriate
  • [ ] Remove the exclude rule in .golangci.yml (grep for "CR v0.21 deprecated Result.Requeue")

sbueringer avatar May 22 '25 17:05 sbueringer

/assign

sivchari avatar May 23 '25 13:05 sivchari

  • [x] Remove Requeue from CAPBK https://github.com/kubernetes-sigs/cluster-api/pull/12988
  • [x] Remove Reuquue from ExtensionConfig https://github.com/kubernetes-sigs/cluster-api/pull/13000
  • [ ] Remove Requeue from KCP https://github.com/kubernetes-sigs/cluster-api/pull/13028
  • [x] Remove Requeue from MachinePool https://github.com/kubernetes-sigs/cluster-api/pull/13027
  • [ ] Check whether Requeue doesn't exist anymore https://github.com/kubernetes-sigs/cluster-api/pull/13028

sivchari avatar Nov 21 '25 02:11 sivchari