Commit 95405d8
committed
registry/reconciler: allow current pods to be not ready
A good chunk of this logic is fatally flawed - it would be much more
simple to manage a Deployment and use server-side apply to ensure that
the current server state always matched the desired state, but that
would be a large refactor and who knows how many other things are
loosely coupled here. This is the smallest change that allows for the
current serving pod to not yet have a running catalog server.
Signed-off-by: Steve Kuznetsov <[email protected]>1 parent 2a90171 commit 95405d8
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
445 | 449 | | |
446 | 450 | | |
447 | 451 | | |
| |||
0 commit comments