Commit 46e94e6
committed
fix: do not block machine config updates if loadbalancer is down
This check doesn't make sense for the config updates.
We are trying to address the case when the config has broken the API
server and you try to revert it. All api servers are down and you can
not revert it because all api servers are down.
Signed-off-by: Artem Chernyshev <[email protected]>
(cherry picked from commit a0d02ea)1 parent 9a2ea7f commit 46e94e6
File tree
1 file changed
+16
-18
lines changed- internal/backend/runtime/omni/controllers/omni/internal/machineset
1 file changed
+16
-18
lines changedLines changed: 16 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
49 | 46 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
54 | 51 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
58 | 55 | | |
59 | | - | |
| 56 | + | |
| 57 | + | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
0 commit comments