Closed hankshz closed 2 years ago
I also noticed that the helm package has a default action server. So ideally curl in check_if_app_container_is_connected should not timeout neither. I'm not an expert on k8s. So I don't understand how host 'app' is supposed to setup and why 'curl --output /dev/null app' fails here. Could anyone help? Thanks!
Thanks for raising this issue, @alwx will get back to you about it soon.
this is bitnami related - since we include it as a subchart its not fixiable on our side. closing the issue
The following lines in /opt/bitnami/entrypoint.sh of rasa/nginx will run quite a while: (14(curl timeout for me) + 1(sleep)) * 10 = 150
While by default, the liveness probing (https://github.com/RasaHQ/rasa-x-helm/blob/master/charts/rasa-x/values.yaml#L2340) will probably fail by then. I think the proper fix is probably to add a timeout to curl in entrypoint.sh, but docker image rasa/nginx is private so I report it here.
Obviously, the workaround (or fix here) now is to override (or change) the initialProbeDelay with a bigger number.