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

44 Commits

Author SHA1 Message Date
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
Andrew Lavery 5b1cf24931 add var 'worker_group_count' to replace 'length()' calls 2018-07-19 10:38:15 -07:00
Bill Wang 4eef91e775 #57 - manage root volume size and type 2018-07-13 12:35:21 +00: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 f6da03ab79 merge upstream with release v1.3.0 2018-07-13 15:05:19 +10:00
Bill Wang 1d4742255c Update variables.tf 2018-07-13 14:14:06 +10:00
Brandon O'Connor b29167905c Merge branch 'master' into feature/release-1.3.0 2018-07-11 23:40:23 -07:00
Brandon O'Connor 66e3403387 test fixture produced an error for the path of kubectl being .// removed the extra slash to fix 2018-07-11 23:32:48 -07:00
Bryan Shelton 399f1f213e Optionally define worker subnets 2018-07-11 14:20:14 -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
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
Max Williams 58c4a0e30f initial commit 2018-07-11 10:21:53 +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 f238e43c01 adding types to fix the output of terraform-docs command 2018-07-10 12:55:38 +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
Brandon J. O'Connor f385415c88 Merge pull request #52 from max-rocket-internet/kubeconfig-fixes
Making kubeconfig file path and generated config unique
2018-07-09 02:46:10 -07:00
Max Williams 7e4e93eeec Removing region from kubectl config and adding override variable 2018-07-09 10:40:51 +02:00
Bryan Shelton 9876ddbe71 Add a worker_groups option to define kubelet --node-labels 2018-07-07 17:26:03 -07:00
Max Williams 0ffa4932f6 clean up unused variables 2018-07-06 16:39:00 +02: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
Steve Davids 34cf66b47d Fixed terraform formatting 2018-06-29 20:49:40 -04:00
Steve Davids efecd2ed87 Allowing a more configurable kubeconfig 2018-06-29 18:39:22 -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 81755336e8 added support for specifying user data for the worker launch config that runs before anything else 2018-06-27 11:51:34 -04: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 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 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 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