Commit 706e753
Use endpoints from Broker while validating overlapping CIDRs
As part of the following PR[1], we no longer sync an endpoint
from the Broker if the endpoint has any overlapping CIDRs with the
local cluster. This was done to avoid issues on the Gateway node.
Consequently, the subctl diagnose code should ideally examine
the endpoints on Broker when validating overlapping CIDRs instead
of inspecting the endpoints on the local cluster. This PR addresses
this issue.
[1] submariner-io/submariner#2263
Signed-off-by: Sridhar Gaddam <[email protected]>1 parent a446e28 commit 706e753
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
49 | 62 | | |
50 | 63 | | |
51 | 64 | | |
| |||
0 commit comments