Commit Graph

58 Commits

Author SHA1 Message Date
Brandon J. O'Connor
5fc2b27e32 Merge pull request #32 from terraform-aws-modules/release/1.1.0
releasing 1.1.0
2018-06-25 01:26:49 -07:00
brandoconnor
abe72915f3 releasing 1.1.0 2018-06-25 01:24:58 -07:00
Brandon J. O'Connor
236ccf9fe6 Merge pull request #31 from tsub/get-only-ipv4-address
Fix error when using IPv6
2018-06-24 21:31:41 -07:00
Tsubasa Takayama
0a42962625 Access icanhazip.com via https 2018-06-24 14:11:43 +09:00
Tsubasa Takayama
ef23677a28 Get only ipv4 address 2018-06-24 14:10:47 +09:00
Brandon J. O'Connor
a80c6e6c62 Merge pull request #28 from ilyasotkov/master
Allow flexibility of port range allowed of workers_ingress_cluster security group
2018-06-23 12:54:07 -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
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
Brandon J. O'Connor
27d6914f5a Merge pull request #29 from lcharkiewicz/patch-1
Fix typo in IAM policy for testing
2018-06-23 01:00:24 -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
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
Brandon J. O'Connor
e4d048c185 Merge pull request #18 from dreamteam-gg/worker_launch_config_tweaks
Adding configuration for public ip association, name_prefix in worker launch config
2018-06-15 13:24:48 -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
Brandon J. O'Connor
1399b5a3c3 Merge pull request #14 from artursmet/add-iam-role-output
Add IAM role output
2018-06-13 18:16:27 -07: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
Brandon J. O'Connor
bc80724ec7 Merge pull request #13 from terraform-aws-modules/NextDeveloperTeam-add-worker-groups
Flexible number of worker autoscaling groups now able to be created by module consumers.
2018-06-11 15:57:48 -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
brandoconnor
30e4c5ec9c updated ebs optimized types to match that of the dedicated module 2018-06-11 12:01:33 -07:00
brandoconnor
757a6aae36 changelog props given 2018-06-11 03:59:29 -07:00
brandoconnor
8483fa2326 rounded out the documentation for this changeset 2018-06-11 03:46:58 -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
brandoconnor
1b928930a8 testing if I have push rights here 2018-06-08 18:05:00 -07:00
Kevin Pullin
0107a9b914 Support creating multiple worker auto scaling groups, similar to KOPS 2018-06-08 16:40:50 -07:00
Brandon J. O'Connor
23f1c37204 Merge pull request #10 from terraform-aws-modules/fix/CI_broken_on_submodule
modified submodule path
2018-06-08 04:23:12 -07:00
brandoconnor
8b5e18be9f renamign teh submodule 2018-06-08 04:21:53 -07:00
brandoconnor
8a217358c7 trying relative path with ./ 2018-06-08 04:09:08 -07:00
Brandon J. O'Connor
268b3a1ab7 Merge pull request #9 from terraform-aws-modules/feature/ebs_optimized_whenever_possible
ebs optimization of instances now possible
2018-06-08 04:05:15 -07:00
brandoconnor
a286a54451 removed failing CI step 2018-06-08 04:04:10 -07:00
brandoconnor
03223c1599 readme to match 2018-06-08 04:03:01 -07:00
brandoconnor
0ec5df4cae ebs optimization of instances now possible 2018-06-08 04:00:12 -07:00
Brandon J. O'Connor
c2db74bf08 Merge pull request #8 from terraform-aws-modules/feature/auto_configure_kubectl
kubectl now configurable by the module
2018-06-08 03:22:08 -07:00
brandoconnor
32abc2288b docs updated with dependencies section 2018-06-08 03:21:09 -07:00
brandoconnor
99dac053b7 kubectl now configurable by the module 2018-06-08 02:54:18 -07:00
Brandon J. O'Connor
951f8f349e Merge pull request #7 from terraform-aws-modules/fix/git_add_templates
forgot to add templates
2018-06-08 02:22:02 -07:00
brandoconnor
6bc2125fd2 forgot to add templates 2018-06-08 02:21:23 -07:00
Brandon J. O'Connor
f28c747558 Merge pull request #6 from terraform-aws-modules/feature/bring_your_own_userdata
byo userdata now enabled. refactor some parts into dedicated templates for maintainability
2018-06-08 02:20:36 -07:00
brandoconnor
3823127b07 byo userdata now enabled. refactor some parts into dedicated templates for maintainability 2018-06-08 02:16:26 -07:00
Brandon J. O'Connor
72a438f9e0 Merge pull request #5 from terraform-aws-modules/feature/add_optional_dynamic_ami_search
added the ability to optionally specify workers_ami_id
2018-06-08 00:54:02 -07:00
brandoconnor
46e5bf6cda added the ability to optionally specify worker_image_id 2018-06-08 00:48:17 -07:00
Brandon J. O'Connor
fbe64df188 Merge pull request #2 from terraform-aws-modules/fix/git_hooks_and_ci
fixing up CI and git hooks
2018-06-07 03:13:59 -07:00
brandoconnor
2e7897bd85 PR template now referencing this module 2018-06-07 03:09:11 -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
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