Skip to content

Instantly share code, notes, and snippets.

@njgibbon
Created September 4, 2022 13:07
Show Gist options
  • Save njgibbon/8cd815d0c99a93a45035cc72f16f579c to your computer and use it in GitHub Desktop.
Save njgibbon/8cd815d0c99a93a45035cc72f16f579c to your computer and use it in GitHub Desktop.
{
"kind": "ConfigMap",
"apiVersion": "v1",
"metadata": {
"name": "aws-auth",
"namespace": "kube-system",
"uid": "8e201215-2d34-418b-afd1-190ec3a3bc80",
"resourceVersion": "5040",
"creationTimestamp": "2022-09-04T12:39:05Z",
"managedFields": [
{
"manager": "vpcLambda",
"operation": "Update",
"apiVersion": "v1",
"time": "2022-09-04T12:39:05Z",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:data": {
".": {},
"f:mapRoles": {}
}
}
}
]
},
"data": {
"mapRoles": "- groups:\n - system:bootstrappers\n - system:nodes\n rolearn: arn:aws:iam::0000111122223333:role/EKS_Nodes\n username: system:node:{{EC2PrivateDNSName}}\n"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment