Created
January 7, 2020 11:20
-
-
Save phivid/077d3da5879a91d423119b25c8b20308 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ kubectl -n kube-system describe configmap/aws-auth | |
Name: aws-auth | |
Namespace: kube-system | |
Labels: <none> | |
Annotations: kubectl.kubernetes.io/last-applied-configuration: | |
{"apiVersion":"v1","data":{"mapRoles":"- rolearn: arn:aws:iam::<aws_account_id>:role/eks-node-group-example\n username: system:node:{{EC2Priv... | |
Data | |
==== | |
mapRoles: | |
---- | |
- rolearn: arn:aws:iam::<aws_account_id>:role/eks-node-group-example | |
username: system:node:{{EC2PrivateDNSName}} | |
groups: | |
- system:bootstrappers | |
- system:nodes | |
- rolearn: arn:aws:iam::<aws_account_id>:role/Admin | |
username: administrator | |
groups: | |
- system:masters | |
- rolearn: arn:aws:iam::<aws_account_id>:role/eks-deployer | |
username: deployer-2048 | |
groups: | |
- deployer-2048 | |
- rolearn: arn:aws:iam::<aws_account_id>:role/eks-readonly | |
username: readonly | |
groups: | |
- readonly | |
Events: <none> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment