Commit Graph

49 Commits

Author SHA1 Message Date
Max Williams
ba43786412 Revert "Add suspended_processes attributes to autoscaling_group (#153)" (#157)
This reverts commit c8cc60f46d.
2018-10-09 11:24:42 +02:00
Bruno Meneguello
c8cc60f46d Add suspended_processes attributes to autoscaling_group (#153) 2018-10-09 10:52:12 +02:00
monsterxx03
6de0825644 Add option to change worker placement_tenancy. (#142)
* Add option to change worker placement_tenancy.

* update CHANGELOG.md
2018-10-09 10:46:58 +02:00
Max Williams
5d9d4fb8b8 Allowing 443 to nodes from EKS service (#148) 2018-10-09 10:38:17 +02:00
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
Abel González Vidal
1ddd86d812 Note/instruction for people upgrading from 1.4 to remove workstation_external_ip from state (#139) 2018-09-25 12:34:56 +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
Samuel Fredrickson
b6f6a82352 Add worker group option to protect from scale in. (#135)
See [#134](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/134)
2018-09-18 11:24:52 +02:00
Touch Ungboriboonpisal
0448350468 Fix default worker autoscaling_enabled not working (#130) 2018-09-12 11:18:00 +02:00
Touch Ungboriboonpisal
50404a785b fix default worker subnets not working (#122) 2018-09-11 18:03:23 +02:00
Max Williams
4762908d9b Updating changelog for v1.6.0 (#118) 2018-09-04 17:25:38 +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
da6ff7d151 Fix for "" AMI ID error in PR 115 (#117)
* Fix for "" AMI ID

* update changelog
2018-09-04 16:31:23 +02:00
Touch Ungboriboonpisal
5531776e2c Allow a custom AMI to be specified as a default (#115)
* fallback to the default workers group ami_id before the official one

* add CHANGELOG
2018-09-04 12:31:16 +02:00
Touch Ungboriboonpisal
21f43b8341 Add support for the new amazon-eks-node-* AMI (#100)
* add support for the new amazon-eks-node-* AMI

* add CHANGELOG

* remove kubelet_node_labels
2018-09-04 12:19:02 +02:00
Max Williams
0736be4553 updating changelog for v1.5.0 release (#113) 2018-08-30 11:45:50 +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
c37dc6d879 changelog fix 2018-08-27 17:20:16 +02:00
Max Williams
0f5e36862e fmt and updating changelog 2018-08-27 17:18:13 +02:00
Rodrigo Chacon
8ac9e845c1 add t3 instance type settings (#98) 2018-08-23 10:00:56 +02:00
Kevin Pankonen
0c4f27d38a add option to disable enhanced monitoring on workers 2018-08-13 07:39:36 -07:00
Brandon J. O'Connor
95eb7f54ec Merge pull request #83 from joonjeong/master
add spot_price option to aws_launch_configuration
2018-08-12 23:28:16 -07:00
Dongseob Park
c3b1822dfb add spot_price option to aws_launch_configuration 2018-08-07 01:59:11 +00:00
Daniel Piddock
45c6618b19 Update CHANGELOG.md 2018-08-03 22:07:36 +02:00
Brandon O'Connor
a4c489b9ac releasing 1.4.0; docs generated 2018-08-02 15:27:12 -07:00
Andrew Lavery
5f8df2e7d2 add 'worker_group_count' to 1.4.0 changelog 2018-07-23 10:12:36 -07:00
Andrew Lavery
6206484f44 add workers_asg_names to outputs 2018-07-20 10:17:25 -07:00
Bill Wang
5628a244a8 #57 - manage root volume size and type 2018-07-13 12:57:33 +00: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
Igor Borodin
72a40c7d4e Updating docs and changelog 2018-07-11 11:38:27 +03:00
Max Williams
2775f35547 updating changelog, variables and readme 2018-07-11 10:22:32 +02:00
Bryan Shelton
3ebf879032 Add entry to CHANGELOG 2018-07-07 17:44:07 -07:00
Brandon O'Connor
f754fe45ee releasing v1.2.0 as it tests out 2018-07-01 01:51:07 -07:00
jimbecker
9f78162095 updated changelog 2018-06-27 13:27:52 -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
brandoconnor
60e2259e92 added output for asg 2018-06-11 13:08:03 -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
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
07aba1b766 first commit 2018-06-06 20:55:23 -07:00