question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[KarpenterAddOn] Expose Karpenter InstanceProfile

See original GitHub issue

Describe 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:open
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
youngjeong46commented, Sep 27, 2022

@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?

0reactions
vumdaocommented, Dec 2, 2022

@youngjeong46 Export name must be defined in order to import the value

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found