Skip to content

Commit 5cb2fc0

Browse files
committed
refactor: we start with the two fields addresses and PodCIDRs
1 parent 328eb31 commit 5cb2fc0

File tree

1 file changed

+0
-1
lines changed
  • keps/sig-cloud-provider/5237-watch-based-route-controller-reconciliation

1 file changed

+0
-1
lines changed

keps/sig-cloud-provider/5237-watch-based-route-controller-reconciliation/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ To ensure only a single reconciliation loop is run concurrently we use the [`k8s
239239

240240
Node updates are quite frequent. To reduce the number of requests sent to infrastructure providers, it’s important to filter these events and only trigger reconciliations when necessary.
241241

242-
TODO: more fields?
243242
Two fields are relevant for determining whether a reconcile should occur:
244243

245244
1. `Node.Status.Addresses` maps to the `TargetNodeAddresses` field in the `Route` struct. It determines where packets for a give IP range should be sent. Changes to this field must trigger a reconcile.

0 commit comments

Comments
 (0)