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
feat: Added configurable delay before addons creation
Currently, even though the cluster status is active, the addon API is not completely ready yet.
This causes retries and significant delays during addon creation, potentially negating the before_compute delay.
| <aname="input_access_entries"></a> [access\_entries](#input\_access\_entries)| Map of access entries to add to the cluster |`any`|`{}`| no |
236
+
| <aname="input_addon_delay_duration"></a> [addon\_delay\_duration](#input\_addon\_delay\_duration)| Duration to wait after the EKS cluster has become active before creating the addons |`string`|`"0s"`| no |
235
237
| <aname="input_attach_cluster_encryption_policy"></a> [attach\_cluster\_encryption\_policy](#input\_attach\_cluster\_encryption\_policy)| Indicates whether or not to attach an additional policy for the cluster IAM role to utilize the encryption key provided |`bool`|`true`| no |
236
238
| <aname="input_authentication_mode"></a> [authentication\_mode](#input\_authentication\_mode)| The authentication mode for the cluster. Valid values are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP`|`string`|`"API_AND_CONFIG_MAP"`| no |
237
239
| <aname="input_bootstrap_self_managed_addons"></a> [bootstrap\_self\_managed\_addons](#input\_bootstrap\_self\_managed\_addons)| Indicates whether or not to bootstrap self-managed addons after the cluster has been created |`bool`|`null`| no |
0 commit comments