kubernetes/pkg/controller/nodeipam
Sarvesh Rangnekar a8f120b76c Fix the delete flow for ClusterCIDR objects
Fixes the deletion of ClusterCIDR object, when a Node is associated(has
Pod CIDRs allocated from this ClusterCIDR) with it. Currently the
ClusterCIDR finalizer is never cleaned up as there is no reconciliation
happening after the associated Node has been deleted. This commit fixes
the issue by adding workitems from all events to a worker queue and
reconcile until the delete is successful.
2023-01-30 19:35:41 +00:00
..
config OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
ipam Fix the delete flow for ClusterCIDR objects 2023-01-30 19:35:41 +00:00
doc.go
legacyprovider.go Clean shutdown of nodeipam controller 2022-11-04 10:34:36 +01:00
node_ipam_controller_test.go Introduce MultiCIDRRangeAllocator 2022-08-06 00:10:39 +00:00
node_ipam_controller.go Clean shutdown of nodeipam controller 2022-11-04 10:34:36 +01:00
nolegacyprovider.go Clean shutdown of nodeipam controller 2022-11-04 10:34:36 +01:00
OWNERS update sig-network reviewers/approvers on controller manager 2022-09-19 10:34:39 +02:00