Commit 5588a3d
committed
Tolerate missing GWProxies when reconciling slices
The Gateway is very loosely coupled so it's probably a mistake to
treat missing GWProxies as an error when reconciling slices. There are
many cases where it's a temporary condition so we don't want the
controller to retry in a loop over and over.1 parent e1e19da commit 5588a3d
File tree
2 files changed
+9
-2
lines changed- api/v1
- controllers
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
88 | 95 | | |
89 | | - | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments