I'm switching from `new aws.eks.NodeGroup()` to `e...
# kubernetes
f
I'm switching from
new aws.eks.NodeGroup()
to
eksCluster.createNodeGroup
and noticing that
createNodeGroup
does not include the
nodeRoleArn
property in the args object. How would I provide an IAM role arn to a node group created with the
createNodeGroup
method?