Commit Graph

33 Commits

Author SHA1 Message Date
Max Williams
1a26f353d8 Release v3.0.0 (#347)
Also fixing AWS provider in examples
2019-04-15 17:39:37 +02:00
chenrui
46ec636b36 Update eks module deps (#334) 2019-04-03 13:10:25 +02:00
skang0601
a23c43caf2 Updating example IAM docs to include Launch Template actions (#268) 2019-02-07 16:37:18 +01:00
Stefan Sedich
35747d707a Worker group tags (#252)
* Allow per worker group ASG tags to be set

* Format

* Set correct defaults

* Implement hack that will use the first item in the list if a matching item does not exist for the worker group

* Use a map that will map from the worker group name to the tags to get around the issue where list indexing does not work with a list of lists

* Format

* Cleanup

* Fix sample

* README
2019-01-31 15:38:53 +01:00
skang0601
f3ab7c67da Allows worker groups to be created using AWS Launch Templates (#222) 2019-01-10 16:19:19 +01:00
Diego Rodriguez
1822a677dc Supply count for map_accounts, map_roles and map_users (#205)
* Added map_roles_count and user_roles_count (#1)

* Update readme for new vars

* updated tests to include count

* fix syntax error

* updated changelog

* Added map_accounts_count variable for consistency

* Fix counts in example and user latest terraform-docs to generate readme
2018-12-13 15:50:46 +01:00
Rui Chen
f4a287dced Better version control 2018-10-12 00:10:15 -04:00
Max Williams
77a7690b1c Fixing travis config (#151) 2018-10-04 14:47:54 +02:00
Max Williams
fdd44c8f38 Cosmetic fixes (#131)
* changing syntax when referring to map keys without lookup function

* Replacing map function with actual maps for easier reading

* replacing map function in example

* replacing map function in workers.tf and readme/main

* update changelog
2018-09-25 12:30:56 +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
Daniel Piddock
2e2dd0e215 Remove public subnets from eks module call (#106) 2018-08-27 15:42:17 +02:00
Andrew Lavery
09d9817a1d worker nodes on private subnet in example
after all that's the entire reason for this PR in the first place
2018-07-21 00:26:59 -07:00
Andrew Lavery
cf8e8779be add 'worker_group_count' to readme and example 2018-07-19 10:56:21 -07:00
Max Williams
e4263868e8 terraform fmt fix 2018-07-11 10:43:09 +02:00
Max Williams
bb9e241021 finishing doc, tests etc 2018-07-11 10:22:32 +02:00
brandoconnor
abe72915f3 releasing 1.1.0 2018-06-25 01:24:58 -07:00
Brandon J. O'Connor
e860300edf Merge pull request #26 from dreamteam-gg/kubeproxy_restart_removal
Removing kube-proxy restart according to the new worker guide
2018-06-23 01:01:17 -07:00
Leszek Charkiewicz
37f0752f9e Fix typo in module execution IAM policy
Fixed missing service type in the IAM policy.
2018-06-22 15:07:50 +02:00
Igor Borodin
77400e8949 Removing kube-proxy restart according to the new worker guide, bumping EKS provider version in example 2018-06-21 12:54:15 +03: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
brandoconnor
0ec5df4cae ebs optimization of instances now possible 2018-06-08 04:00:12 -07:00
brandoconnor
99dac053b7 kubectl now configurable by the module 2018-06-08 02:54:18 -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
9ed27801be trying once more on CI 2018-06-07 02:03:57 -07:00
brandoconnor
d5086ff87d giving a subnet to the mock command for validation in CI 2018-06-07 00:53:00 -07:00
brandoconnor
dfe77afc7f added config files to local test space on converge 2018-06-07 00:25:15 -07:00
brandoconnor
22b9706705 iam policy updated 2018-06-06 23:23:32 -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
brandoconnor
07aba1b766 first commit 2018-06-06 20:55:23 -07:00