-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
Description
The post-install hook is failing to check the Ready status, and we notice the following output in the status, yet the "unready" pod seems to have very similar log output to the "ready" ones. Restarting the unready pod has not helped.
- How is
readyReplicascounted? Should it not belen(members.ready)? - How to debug further?
members:
ready:
- app-zookeeper-3
- app-zookeeper-2
- app-zookeeper-0
- app-zookeeper-1
unready:
- app-zookeeper-4
readyReplicas: 5
replicas: 5Importance
must-have
Location
(Where is the piece of code, package, or document affected by this issue?)
Suggestions for an improvement
readyReplicas should respect len(members.ready)
alexandru-marculescu
Metadata
Metadata
Assignees
Labels
No labels