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
fix: respect --timeout flag for AWS resource deletion waiters
AWS SDK waiters had hardcoded timeout values that ignored the user-specified
--timeout flag. This adds a DefaultWaitTimeout constant (5 minutes) in
base_resource.go and sets br.Timeout in PrepareContext. All resources with
deletion waiters now use .Timeout instead of hardcoded values.
Fixes#964
logging.Debugf("[Failed] Failed waiting for Fargate Profile %s associated with cluster %s to be deleted: %s", aws.ToString(fargateProfile), eksClusterName, waitErr)
0 commit comments