Commit b1ba42a
fix(slr): handle IsNotFound when deleting VIP CRD in handleDelSwitchLBRule
When multiple SLR controllers process deletion for SLRs sharing the same
subnet (via the fallback path), both may attempt to delete the same VIP
CRD. The second deletion gets an IsNotFound error, which previously caused
an unnecessary error and retry loop.
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 053eafb commit b1ba42a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments