Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
24.1.0
-
None
-
Security Level: Default (Default Security Scheme)
-
Horizon 2019 - September 11th, Horizon 2019 - September 18th, Horizon 2019 - September 25th, Horizon 2019 - October 2nd, Horizon 2019 - October 9th
Description
In Kubernetes the health:check command can be used to test if the Minion container is working.
readinessProbe:
exec:
command:
- sh
- -c
- 'if /opt/minion/bin/client health:check | grep --quiet "Everything is awesome"; then exit 0; else exit 1; fi'
initialDelaySeconds: 60
periodSeconds: 60
timeoutSeconds: 20
With the release of Minion 24.1.0 this test can't be used anymore and shows wrong results.