krkn icon indicating copy to clipboard operation
krkn copied to clipboard

Kraken does not ping cerberus for retrieving pass/fail signal

Open Noreen21 opened this issue 1 year ago • 0 comments

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

Noreen21 avatar Apr 10 '23 18:04 Noreen21