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
| extra_bootstrap_args | Additional bootstrap command-line arguments | string | "--arg1 value --arg2=value --arg3" | No |
167
167
| extra_userdata | Additional EC2 user data commands that will be passed to EKS nodes | string | <<USERDATA echo "" USERDATA | No |
168
+
| enable_ecr_pullthough_cache_permissions | Create additional cluster node IAM permissions to allow cluster to use ecr pull-through cache rules. | boolean | false | No |
168
169
| tags | Additional tags - e.g. `map('StackName','XYZ')`| map(string) | {} | No |
169
170
| enabled_cluster_log_types | List of the desired control plane logging to enable, defaults to none | list(string) |[]| No |
170
171
| enable_custom_cluster_log_group | Create a custom CloudWatch Log Group for the cluster. If you supply `enabled_cluster_log_types` but leave this false, EKS will create a log group automatically with default retention values. | bool | false | No |
0 commit comments