aws-samples / cdk-eks-karpenter

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

Add option to disabe namespace creation #172

Closed bartoszgridgg closed 3 weeks ago

bartoszgridgg commented 7 months ago

Currently specified namespace is always created which casuses error if the namespace already exists

andskli commented 3 weeks ago

Given the changes introduced by #190, which is a consequence of changes in Karpenter itself, I do no longer think this is needed. Closing this for now.