-
Notifications
You must be signed in to change notification settings - Fork 7
Timeout on task ""Controller - Installing" #13
Comments
I approach this issue a little differently. Line 217 here: https://github.com/brianehlert/ansible-nginx-controller-examples/blob/master/nginx_install_controller.yaml I would suggest you try that for your high latency situation - to separate the different failure points. |
My problem is not at this moment, it's when the controller install it with "installer.sh" line 39 https://github.com/nginxinc/ansible-role-nginx-controller-install/blob/master/tasks/main.yml
Thanks you a lot in advance for your answer and action |
Thank you for the additional detail. |
I want to circle back to this. Because recent releases of Controller should not be pulling docker images. All images should be included in the NGINX Controller installer tar. |
This is a problem for us, and it really just has to do with how fast our lower environment is (the hypervisor storage is due for an upgrade).
It would really be nice to provide a variable to customize the timeout based on practical experience with the target environment, rather than one size fits all.
|
Thanks for the issue. I normally consider Controller installation to be a rare occurrence, as it is a piece of infrastructure. |
Hi,
When we install the controller, we reach the timeout of 10min on this tasks, because we have a slow-lan and it take 10min to download image's docker before begining the installation and configuration of the controller. So can we add a variable to specify timeout time for this task if we have a slow-lan please ?
Thanks for your actions
The text was updated successfully, but these errors were encountered: