You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New variables `map_accounts`, `map_roles` and `map_users` in order to manage additional entries in the `aws-auth` configmap. (by @max-rocket-internet)
12
+
- Some excellent feature. (you're on fire, @me 🔥)
13
+
14
+
### Changed
15
+
16
+
- A very thoughtful change. (Boomshakalaka, @self 🏀)
- New variables `map_accounts`, `map_roles` and `map_users` in order to manage additional entries in the `aws-auth` configmap. (by @max-rocket-internet)
18
23
- kubelet_node_labels worker group option allows setting --node-labels= in kubelet. (Hat-tip, @bshelton229 👒)
19
24
-`worker_iam_role_arn` added to outputs. Sweet, @hatemosphere 🔥
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,9 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
98
98
| cluster_security_group_id | If provided, the EKS cluster will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the workers and provide API access to your current IP/32. | string | `` | no |
99
99
| cluster_version | Kubernetes version to use for the EKS cluster. | string | `1.10` | no |
100
100
| config_output_path | Determines where config files are placed if using configure_kubectl_session and you want config files to land outside the current working directory. | string | `./` | no |
101
-
| kubeconfig_aws_authenticator_additional_args | Any additional arguments to pass to the authenticator such as the role to assume["-r", "MyEksRole"] | list | `<list>` | no |
102
-
| kubeconfig_aws_authenticator_command | Command to use to to fetch AWS EKS credentials | string | `heptio-authenticator-aws` | no |
103
-
| kubeconfig_aws_authenticator_env_variables | Environment variables that should be used when executing the authenticator i.e. { AWS_PROFILE = "eks"} | map | `<map>` | no |
101
+
| kubeconfig_aws_authenticator_additional_args | Any additional arguments to pass to the authenticator such as the role to assume. e.g. ["-r", "MyEksRole"]. | list | `<list>` | no |
102
+
| kubeconfig_aws_authenticator_command | Command to use to to fetch AWS EKS credentials. | string | `aws-iam-authenticator` | no |
103
+
| kubeconfig_aws_authenticator_env_variables | Environment variables that should be used when executing the authenticator. e.g. { AWS_PROFILE = "eks"}. | map | `<map>` | no |
104
104
| kubeconfig_name | Override the default name used for items kubeconfig. | string | `` | no |
105
105
| manage_aws_auth | Whether to write and apply the aws-auth configmap file. | string | `true` | no |
106
106
| map_accounts | Additional AWS account numbers to add to the aws-auth configmap. See examples/eks_test_fixture/variables.tf for example format. | list | `<list>` | no |
@@ -127,7 +127,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
127
127
| cluster_version | The Kubernetes server version for the EKS cluster. |
128
128
| config_map_aws_auth | A kubernetes configuration to authenticate to this EKS cluster. |
129
129
| kubeconfig | kubectl config file contents for this EKS cluster. |
130
-
| worker_iam_role_name | IAM role name attached to EKS workers |
131
130
| worker_iam_role_arn | IAM role ID attached to EKS workers |
131
+
| worker_iam_role_name | IAM role name attached to EKS workers |
132
132
| worker_security_group_id | Security group ID attached to the EKS workers. |
133
133
| workers_asg_arns | IDs of the autoscaling groups containing workers. |
0 commit comments