Commit Graph

62 Commits

Author SHA1 Message Date
Ritchelle Grace Posadas
0ee9d633d3 Added timeout configs and variables to aws_eks_cluster resource (#149)
* Added timeout configs and variables

* Updated CHANGELOG and README

* Added timeout configs and variables

* Updated CHANGELOG and README

* Changed variable names for consistency

* Updated README.md

* Did terraform fmt
2018-10-04 15:57:48 +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
Andrew Lavery
b623bc234a allow specifying an IAM role for each worker group (#137)
* allow creating an IAM role for each worker group

* moved change from 'changed' to 'added'

* create multiple roles not just profiles

* fix config_map_aws_auth generation

* don't duplicate worker-role templating

* specify ARNs for worker groups individually

todo fix aws_auth configmap

* fixed AWS auth

* fix aws_iam_instance_profile.workers name
fix iam_instance_profile fallback

* fix outputs

* fix iam_instance_profile calculation

* hopefully fix aws auth configmap generation

* manually fill out remainder of arn

* remove depends_on in worker_role_arns template file

this was causing resources to be recreated every time

* fmt

* fix typo, move iam_role_id default to defaults map
2018-09-24 16:08:35 +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
405e170f90 Adding aws_iam_service_linked_role to fix ELB creation error (#91)
* adding aws_iam_service_linked_role to fix ELB creation error

* setting default to false

* updating changelog

* moving resource to cluster.tf file
2018-08-30 11:23:10 +02:00
Daniel Piddock
23647950ad Easier overriding of workers_group_defaults (#107) 2018-08-30 11:21:46 +02:00
Max Williams
949c4428dc reverting calculation of count for worker groups 2018-08-27 17:18:14 +02:00
Max Williams
28f7e9dd41 initial commit 2018-08-27 17:17:32 +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
a4c489b9ac releasing 1.4.0; docs generated 2018-08-02 15:27:12 -07:00
Andrew Lavery
266368e90b Merge branch 'master' into use-static-not-computed-worker-group-count 2018-07-21 00:31:42 -07:00
Andrew Lavery
6206484f44 add workers_asg_names to outputs 2018-07-20 10:17:25 -07:00
Andrew Lavery
cf8e8779be add 'worker_group_count' to readme and example 2018-07-19 10:56:21 -07:00
Bill Wang
4eef91e775 #57 - manage root volume size and type 2018-07-13 12:35:21 +00:00
Bill Wang
f6da03ab79 merge upstream with release v1.3.0 2018-07-13 15:05:19 +10:00
Brandon O'Connor
69d7a3ce4a releasing 1.3.0 2018-07-11 23:47:35 -07: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
404645501d Merge branch 'master' into aws-auth_enhancemnts 2018-07-11 10:57:58 +02:00
Max Williams
6f886e6d37 fixing readme.md
Merge remote-tracking branch 'origin/aws-auth_enhancemnts' into aws-auth_enhancemnts
2018-07-11 10:54:39 +02:00
Max Williams
bad2e5ba98 update readme with new doc update method and variable descriptions 2018-07-11 10:43:34 +02:00
Igor Borodin
72a40c7d4e Updating docs and changelog 2018-07-11 11:38:27 +03:00
Brandon J. O'Connor
f8a45debaf Merge branch 'master' into update-heptio 2018-07-11 01:24:09 -07:00
Max Williams
bb9e241021 finishing doc, tests etc 2018-07-11 10:22:32 +02:00
Max Williams
2775f35547 updating changelog, variables and readme 2018-07-11 10:22:32 +02:00
Brandon J. O'Connor
1c2ec3240d Merge branch 'master' into variable_fixes 2018-07-11 01:12:32 -07:00
ccantoni
b4756a57f7 Updating heptio-authenticator-aws to aws-iam-authenticator since the heptio project was moved and renamed. 2018-07-10 10:40:49 -04:00
Max Williams
4dce83bd96 updates after running terraform-docs 2018-07-10 12:56:54 +02:00
Max Williams
f238e43c01 adding types to fix the output of terraform-docs command 2018-07-10 12:55:38 +02:00
Max Williams
2a0a595940 renaming resource and removing trigger 2018-07-10 10:23:48 +02: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
1a1d92da66 Splitting aws-auth and kubectl related resources as they are not related 2018-07-09 12:23:57 +02:00
Max Williams
f881745f00 formatting and minor cosmetic fixes 2018-07-09 12:19:16 +02:00
Max Williams
7e4e93eeec Removing region from kubectl config and adding override variable 2018-07-09 10:40:51 +02:00
Max Williams
0ffa4932f6 clean up unused variables 2018-07-06 16:39:00 +02:00
Brandon O'Connor
f754fe45ee releasing v1.2.0 as it tests out 2018-07-01 01:51:07 -07:00
Brandon J. O'Connor
c1ebd58b42 Merge branch 'master' into kubeconfig-updates 2018-06-30 16:11:54 -07:00
Brandon J. O'Connor
c0726f8153 Merge pull request #46 from bti360/configurable-workstation-cidr
Configurable workstation cidr
2018-06-30 15:53:11 -07:00
Kamil Hristov
4dacb1af07 Omit module version in usage example 2018-06-30 05:13:45 +03:00
Steve Davids
e955c17bb5 Removed extra whitespace. 2018-06-29 20:55:48 -04:00
Steve Davids
fddc353713 Updated documentation with new variables. 2018-06-29 20:38:25 -04:00
jimbecker
3d25013d12 fixed typo in readme for workstation_cdir 2018-06-27 19:57: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
brandoconnor
abe72915f3 releasing 1.1.0 2018-06-25 01:24:58 -07: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
Artur Smęt
69b5e5d115 Add IAM role output 2018-06-13 12:11:08 +02:00
brandoconnor
9d3b5caff4 typo fixed 2018-06-11 16:15:11 -07:00
brandoconnor
c8997a5cf6 this is ready to ship 2018-06-11 15:54:19 -07:00
brandoconnor
60e2259e92 added output for asg 2018-06-11 13:08:03 -07:00
brandoconnor
210e92d821 documentation updated for clarity 2018-06-11 12:07:46 -07:00