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
| addon\_coredns\_version | Version of CoreDNS to install. If empty you will need to upgrade CoreDNS yourself during a cluster version upgrade |`string`|`""`| no |
36
+
| addon\_kube\_proxy\_version | Version of kube proxy to install. If empty you will need to upgrade kube proxy yourself during a cluster version upgrade |`string`|`""`| no |
37
+
| addon\_vpc\_cni\_version | Version of the VPC CNI to install. If empty you will need to upgrade the CNI yourself during a cluster version upgrade |`string`|`""`| no |
25
38
| cluster\_name | Name to be given to the EKS cluster |`any`| n/a | yes |
26
39
| cluster\_version | EKS cluster version number to use. Incrementing this will start a cluster upgrade |`any`| n/a | yes |
27
40
| eks\_node\_groups | Map of maps of EKS node group config where keys are node group names | <pre>map(object({<br> instance_types = list(string)<br> asg_min_size = string<br> asg_max_size = string<br> use_spot_instances = bool<br> ami_type = string<br> }))</pre> | n/a | yes |
0 commit comments