Allow to modify liveness and readiness probes
Closed this issue · 3 comments
cscetbon commented
Probes are automatically defined and configure to use
- https://github.com/Orange-OpenSource/casskop/blob/v0.5.0-release/docker/bootstrap/files/liveness-probe.sh
- https://github.com/Orange-OpenSource/casskop/blob/v0.5.0-release/docker/bootstrap/files/ready-probe.sh.
Parameters are also hardcoded https://github.com/Orange-OpenSource/casskop/blob/v0.5.0-release/pkg/controller/cassandracluster/generator.go#L52-L58.
All this should be made configurable
cscetbon commented
PR #184 improves those two default probes using Jolokia calls instead of nodetool commands.
cscetbon commented
I think so. Closing it