krkn
krkn copied to clipboard
Kraken does not ping cerberus for retrieving pass/fail signal
Cerberus and Kraken are installed separately. Cerberus is properly publishing cluster health status or go/no-go signal
2023-04-10 18:42:53,559 [INFO] Server URL: https://api.e28-h35-r750.example.com:6443
2023-04-10 18:42:53,559 [INFO] Publishing cerberus status at http://0.0.0.0:8087
2023-04-10 18:42:53,591 [INFO] Starting http server at http://0.0.0.0:8087
# curl -k http://0.0.0.0:8087
False
However Kraken is not able to consume that signal despite configuring the following under Krkn config file: cerberus_enabled: True cerberus_url: http://0.0.0.0:8087