Advertisement
Guest User

Untitled

a guest
Oct 31st, 2022
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Please edit the object below. Lines beginning with a '#' will be ignored,
  2. # and an empty file will abort the edit. If an error occurs while saving this file will be
  3. # reopened with the relevant failures.
  4. #
  5. apiVersion: v1
  6. data:
  7. mapRoles: |
  8. - groups:
  9. - system:bootstrappers
  10. - system:nodes
  11. rolearn: arn:aws:iam::xxx:role/eksctl-test-cluster-micro-nodegro-NodeInstanceRole-1HD8UX4RLCUTD
  12. username: system:node:{{EC2PrivateDNSName}}
  13. mapUsers: |
  14. - groups:
  15. - system:masters
  16. userarn: arn:aws:iam::xxx:user/user-name
  17. username: user-name
  18. kind: ConfigMap
  19. metadata:
  20. creationTimestamp: "2022-10-28T14:54:56Z"
  21. name: aws-auth
  22. namespace: kube-system
  23. resourceVersion: "596059"
  24. uid: 8fdf7cf0-35b2-4005-9a90-ded6e0ee0f9a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement