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
readyReplicas
counted? 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: 5
Importance
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)
Metadata
Metadata
Assignees
Labels
No labels