[KarpenterAddOn] Expose Karpenter InstanceProfile
See original GitHub issueDescribe the documentation issue
EKS blueprints default create karpenter instance profile when adding Karpenter Add-on. How can we get the instance profile name so that we can include it in karpenter provisioner as provider.instanceProfile
?
Links
https://github.com/aws-quickstart/cdk-eks-blueprints/blob/main/docs/addons/karpenter.md
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Karpenter instance profile usage #4745 - weaveworks/eksctl
The Karpenter integration creates a node role and associated instance profile that can be used with a provisioner.
Read more >Provisioning Configuration | Karpenter
An InstanceProfile is a way to pass a single IAM role to an EC2 instance. Karpenter will not create one automatically. A default...
Read more >Set up the environment - Amazon EKS Workshop
Karpenter discovers the InstanceProfile using the name KarpenterNodeRole-${ClusterName} . First, create the IAM resources using AWS CloudFormation.
Read more >AWS Karpenter Hands-on - DEV Community
Provisioner - Provides options for karpenter controller creates expected nodes such as instance profile, AMI family such as Bottlerocket, ...
Read more >The collective thoughts of the interwebz | Page 2 - Noise
If you are using an EC2 instance, create and use an instance profile ... KarpenterAddOn({ provisionerSpecs: { // Karpenter examines scheduled pods for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@vumdao I am exposing the Instance Profile name as a CloudFormation output in the PR that I am working on. Will that resolve the issue?
@youngjeong46
Export name
must be defined in order to import the value