ObolNetwork / helm-charts

Obol's Helm Charts
1 stars 4 forks source link

Disable readiness/liveness in the charon-cluster chart #27

Closed aly-obol closed 1 year ago

aly-obol commented 1 year ago

๐ŸŽฏ Problem to be solved

The readiness/liveness check creates a circular dependency between the charon-cluster nodes because they run as a single Statefulset, while the first node waits for other nodes to start and establish peer connections, the first node never reaches the ready state.

๐Ÿ› ๏ธ Proposed solution

๐Ÿงช Tests

๐Ÿ‘ Additional acceptance criteria