aws-samples / cdk-eks-karpenter

CDK construct for installing and configuring Karpenter on EKS clusters
Apache License 2.0
34 stars 14 forks source link

Adding Label selectors / tolerations to the Karpenter deployment. #99

Closed deepu-james closed 1 year ago

deepu-james commented 1 year ago

When using this library, is there a way to specify label selectors or tolerations for the Karpenter deployments that are getting created? It is suitable to have only Karpenter pods installed in the nodes created when EKS is bootstrapped. I can add labels or taints to these nodes. But I haven't found a way to specify label selectors or tolerations for the Karpenter pods.

andskli commented 1 year ago

Closed by https://github.com/aws-samples/cdk-eks-karpenter/pull/100