1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

initial commit

This commit is contained in:
Max Williams
2018-07-06 16:31:55 +02:00
parent 3c4e28e8a7
commit 58c4a0e30f
7 changed files with 79 additions and 12 deletions
+6 -1
View File
@@ -5,8 +5,13 @@ metadata:
namespace: kube-system
data:
mapRoles: |
- rolearn: ${role_arn}
- rolearn: ${worker_role_arn}
username: system:node:{{EC2PrivateDNSName}}
groups:
- system:bootstrappers
- system:nodes
${map_roles}
mapUsers: |
${map_users}
mapAccounts: |
${map_accounts}