cluster-api
cluster-api copied to clipboard
Migrate away from CR result.Requeue
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")
/assign
- [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