1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
Commit Graph

77 Commits

Author SHA1 Message Date
Andrew Lavery 5b1cf24931 add var 'worker_group_count' to replace 'length()' calls 2018-07-19 10:38:15 -07:00
Bill Wang 5e941e1c1e Merge branch '#57' of https://github.com/ozbillwang/terraform-aws-eks into #57 2018-07-13 12:31:08 +00:00
Bill Wang 0bc357af26 #57 - manage root volume size and type 2018-07-13 12:30:53 +00:00
Bill Wang 9a6c4be21b rollback the change - can't update launch configuration 2018-07-13 16:35:25 +10:00
Bill Wang fb69e4c034 can't update launch configuration 2018-07-13 16:13:12 +10:00
Bill Wang f6da03ab79 merge upstream with release v1.3.0 2018-07-13 15:05:19 +10:00
Bryan Shelton 399f1f213e Optionally define worker subnets 2018-07-11 14:20:14 -07:00
Max Williams 11cd282ec1 reverting some changes after feedback 2018-07-10 10:21:28 +02:00
Bill Wang 2173bbcfa9 #57 - manage root volume size and type 2018-07-09 23:59:34 +00:00
Max Williams f881745f00 formatting and minor cosmetic fixes 2018-07-09 12:19:16 +02:00
Bill Wang 541f6351fe #34 - asg size changes should be ignored - desired_capacity 2018-06-26 02:36:54 +00:00
Ilya Sotkov 02dc6849fb Fix limiting behavior of workers_ingress_cluster security group
* New variable `worker_sg_ingress_from_port` allows to change the minimum port number from which pods will accept communication
* See https://github.com/terraform-aws-modules/terraform-aws-eks/issues/27
2018-06-23 19:41:41 +03:00
Brandon J. O'Connor ee66e1df65 Merge pull request #17 from dreamteam-gg/allow_adding_ssh_keys_to_workers
Allow adding SSH keys to worker ASGs
2018-06-15 13:26:12 -07:00
Igor Borodin 6fad724abd Adding configuration for public ip association, moving to name_prefix in worker launch config 2018-06-15 16:28:30 +03:00
Igor Borodin b075388ebe Allow adding SSH keys to worker ASGs 2018-06-14 14:51:37 +03:00
brandoconnor 60e2259e92 added output for asg 2018-06-11 13:08:03 -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 0ec5df4cae ebs optimization of instances now possible 2018-06-08 04:00:12 -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 46e5bf6cda added the ability to optionally specify worker_image_id 2018-06-08 00:48:17 -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
brandoconnor 6a137f751e somehow missed fmt 2018-06-06 22:32:15 -07:00
brandoconnor 6dab721b2e adding tags I didnt realize were necessary 2018-06-06 22:17:12 -07:00
brandoconnor 283e9b203c cleaning up before initial release 2018-06-06 21:58:12 -07:00
brandoconnor 309e7f7083 testing initial work now 2018-06-06 20:55:44 -07:00