NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

wait_for task in main.yml in kibana get timeout #169

Open afeefghannam89 opened 1 year ago

afeefghannam89 commented 1 year ago

Wait for kibana to start task get time out in GitHub action while using Rocky8 and Elastic 8. The pipeline will be terminated after that. I tried to increase the time out or figure out the reason, but did not success.

When using Elastic7 on Rocky8 the task does not face any problem. DNS resolve and port are ok. For more information about the look at the workflow file test_full_stack.yml

afeefghannam89 commented 1 year ago

Also wait_for in other container like Debian 10 get timeout while merging in main.

widhalmt commented 1 year ago

Yes, that's a problem I stumbled upon in the past, too. Honestly I haven't figured out, what's wrong. But yes, we need to look into that.