Hello,
I am facing a problem using the Helm Chart deployment method. I am using Starburst Enterprise PayGo - AWS EKS.
Having problem to add additional entries in the /etc/hosts file which is located in Starburst Coordinator pod. Is there a way to support hostAliases (see here).
My first try was to append an new entry via an init-container but I found out that this is not going to work since the init container exits after execution
Excerpt from link above:
Caution:
Avoid making manual changes to the hosts file inside a container.
If you make manual changes to the hosts file, those changes are lost when the container exits.
So from my understanding there is currently no way to alter /etc/hosts through the Helm Chart.
The only solution comes to mind, edit Coordinator deployment resource manually and force a restart of its pods.
Do you have any recommendations?
Kind regards