You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently noticed an issue, when using ha = true the deployment of the HA pods is very slow and took more than 4 minutes. This seems very close to the timeout values of 5m (for both create and delete).
I was wondering if it would be possible to either create variables for the timeout values (eg. create_timeout = "5m"), or increase the default timeout from 5m to 10m, or both.
What do you think?
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for this module, it is very handy!
I recently noticed an issue, when using
ha = true
the deployment of the HA pods is very slow and took more than 4 minutes. This seems very close to the timeout values of5m
(for both create and delete).I was wondering if it would be possible to either create variables for the timeout values (eg.
create_timeout = "5m"
), or increase the default timeout from5m
to10m
, or both.What do you think?
The text was updated successfully, but these errors were encountered: