Commit 335293a
committed
fix(controller): remove duplicate addOrUpdateSubnetQueue.Add in handleAddOrUpdateVpc
Cherry-pick of kubeovn#6268 introduced a duplicate unconditional call to
addOrUpdateSubnetQueue.Add alongside the IsNotReady() conditional call,
causing every subnet to be enqueued twice on VPC update.
Restore correct behavior matching release-1.15: only enqueue when
subnet is not ready.1 parent a8fe9df commit 335293a
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
611 | 610 | | |
612 | 611 | | |
613 | 612 | | |
| |||
0 commit comments