mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
This commit changes the way aws auth is managed. Before a local file was used the generate the template and a null resource to apply it. This is now switched to the terraform kubernetes provider.
9 lines
214 B
Smarty
9 lines
214 B
Smarty
- rolearn: ${worker_role_arn}
|
|
username: system:node:{{EC2PrivateDNSName}}
|
|
groups:
|
|
- system:bootstrappers
|
|
- system:nodes
|
|
%{~ if platform == "windows" ~}
|
|
- eks:kube-proxy-windows
|
|
%{~ endif ~}
|