Closed
Description
What feature/behavior/change do you want?
The Karpenter integration creates a node role and associated instance profile that can be used with a provisioner. However, the name of the instance profile created is not explicitly documented.
Additionally, it would be great if this could be optionally or by default set as the default instance profile. This could be activated by a flag and pass in using the helm chart values:
aws:
# -- The default instance profile to use when launching nodes on AWS
defaultInstanceProfile: ""
Why do you want this feature?
Users need to figure this out for themselves, which makes getting Karpenter running more difficult.