Commit Graph

24 Commits

Author SHA1 Message Date
Samuel Fredrickson
b6f6a82352 Add worker group option to protect from scale in. (#135)
See [#134](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/134)
2018-09-18 11:24:52 +02:00
Touch Ungboriboonpisal
50404a785b fix default worker subnets not working (#122) 2018-09-11 18:03:23 +02:00
mr-joshua
0180644770 Allow additional security groups to be included in worker launch configurations (#112)
* Allow additional security groups to be included for all workers and each worker group #47

* update changelog with reference to issue and be more descriptive

* Update CHANGELOG.md

* address pr comments and rebase

* rebase

* fix bug introduced by PR#115 that sets the AMI id to the default value of "" always

* rebase

* align default value of additional_security_group_ids to be pulled from local var workers_group_defaults_defaults
2018-09-04 17:09:24 +02:00
Max Williams
da6ff7d151 Fix for "" AMI ID error in PR 115 (#117)
* Fix for "" AMI ID

* update changelog
2018-09-04 16:31:23 +02:00
Touch Ungboriboonpisal
21f43b8341 Add support for the new amazon-eks-node-* AMI (#100)
* add support for the new amazon-eks-node-* AMI

* add CHANGELOG

* remove kubelet_node_labels
2018-09-04 12:19:02 +02:00
Daniel Piddock
23647950ad Easier overriding of workers_group_defaults (#107) 2018-08-30 11:21:46 +02:00
Rodrigo Chacon
8ac9e845c1 add t3 instance type settings (#98) 2018-08-23 10:00:56 +02:00
Daniel Piddock
13e1adc419 Remove unnecessary http callout and security rule
EKS masters are publicly accessible. You cannot restrict access nor
need to explicitly grant access.
https://github.com/terraform-aws-modules/terraform-aws-eks/pull/69#issuecomment-406123233
2018-08-03 21:52:16 +02:00
Brandon O'Connor
12b67f3e1f staging the 1.3.0 release. Will revisit the changelog 2018-07-11 02:36:21 -07:00
Max Williams
7e4e93eeec Removing region from kubectl config and adding override variable 2018-07-09 10:40:51 +02:00
Brandon J. O'Connor
6cac72a19c Merge pull request #41 from bti360/cluster/worker-security-group-bug
fixed specifying cluster and worker security group
2018-06-30 16:46:28 -07:00
jimbecker
2bdab8730d fixed formatting issue... 2018-06-27 13:44:26 -04:00
jimbecker
776192f90d fixed formatting issue... 2018-06-27 13:32:43 -04:00
jimbecker
98ede7cca6 Override the default ingress rule that allows communication with the EKS cluster API. If not given, will use current IP/32. 2018-06-27 13:12:14 -04:00
jimbecker
3d50463cfe fixed incorrect variable reference 2018-06-27 12:49:50 -04:00
jimbecker
5902fe0fbc fixed formatting error 2018-06-27 11:57:19 -04:00
jimbecker
59ced5fdb4 fixed specifying cluster and worker security group 2018-06-27 11:23:19 -04:00
brandoconnor
210e92d821 documentation updated for clarity 2018-06-11 12:07:46 -07:00
brandoconnor
30e4c5ec9c updated ebs optimized types to match that of the dedicated module 2018-06-11 12:01:33 -07:00
brandoconnor
6bda7ee97d workers can now be specified as multiple asgs of different flavors. BYO security group now possible for both workers and cluster 2018-06-11 03:34:13 -07:00
Kevin Pullin
0107a9b914 Support creating multiple worker auto scaling groups, similar to KOPS 2018-06-08 16:40:50 -07:00
brandoconnor
3823127b07 byo userdata now enabled. refactor some parts into dedicated templates for maintainability 2018-06-08 02:16:26 -07:00
brandoconnor
ed8b28fc7e fixing up CI and git hooks 2018-06-07 03:05:31 -07:00
brandoconnor
67d2946b58 readme now has instructions for basic kubectl operation testing. locals map used to aid in userdata 2018-06-07 02:52:43 -07:00