Thierno IB. BARRY
4818043617
feat: Add multiple selectors on the creation of Fargate profile ( #1378 )
...
BREAKING CHANGES: To support multiple selectors for Fargate profiles, we introduced the `selectors` argument which is a list of map. This will break previous configuration with a single selector `namespace` and `labels`. You'll need to rewrite your configuration to use the `selectors` argument. See [examples](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/examples/fargate/main.tf ) dans [docs](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/fargate/README.md ) for details.
Co-authored-by: Lena <lena.mantziou@nationwide.co.uk >
2021-05-27 23:00:41 +02:00
Thierno IB. BARRY
06e9078bf4
feat: Search for Windows or Linux AMIs only if they are needed ( #1371 )
2021-05-19 16:47:40 +02:00
Tjeu Kayim
2a6f07a0e8
fix: Updated code and version requirements to work with Terraform 0.15 ( #1165 )
2021-04-16 09:56:37 +02:00
Jonas Chevalier
576aa293f5
feat: Allow the overwrite of subnets for Fargate profiles ( #1117 )
...
NOTES: The EKS cluster can be provisioned with both private and public subnets. But Fargate only accepts private ones. This new variable allows to override the subnets to explicitly pass the private subnets to Fargate and work around that issue.
2021-01-28 22:46:53 +01:00
Thierno IB. BARRY
0d77e30075
feat: Add EKS Fargate support ( #1067 )
...
Co-authored-by: Simon Gurcke <simon@gurcke.de >
Co-authored-by: Daniel Piddock <33028589+dpiddockcmp@users.noreply.github.com >
2020-11-07 23:03:12 +01:00