Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information