-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set custom timeouts for create and delete in fargate_profiles input #1610
Comments
we should address this issue in same way as in node groups: terraform-aws-eks/modules/node_groups/main.tf Lines 81 to 85 in 253f927
to make a consistent user experience. |
@IvanDechovsky do you will be able to submit PR for this? |
@daroga0002 PR updated. Slightly different approach where the same timeouts are applied across all profiles. Tested as well. Thanks for the feedback. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
#1614 was merged so closing this issue, it will be in next release |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your request related to a new offering from AWS?
No
Is your request related to a problem? Please describe.
When creating/destroying fargate profiles we often hit the 10 minute default timeout limit causing the terraform apply to fail.
Describe the solution you'd like.
The
aws_eks_fargate_profile
resource has the ability to define a different timeout forcreate | delete
. We would like to be able to set those via thefargate_profiles
input in the moduleThe text was updated successfully, but these errors were encountered: