karpenter-provider-aws
karpenter-provider-aws copied to clipboard
Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
### Description **Observed Behavior**: We tighten pods request to fit node allocatable CPU and memory, in this case karpenter nodepool constrained to r6g instance family and large, xlarge, 2xlarge, 4xlarge...
### Description ** READ BEFORE CONTINUING: If your issue is not specific to AWS, please cut a ticket in [kubernetes-sigs/karpenter](https://github.com/kubernetes-sigs/karpenter/issues/new/choose). **Observed Behavior**: Currently, our CD rollout for new `karpenter-provider-aws` images...
### Description **What problem are you trying to solve?** Karpenter depends on the topologySpreadConstraints in the deployment spec, which becomes difficult to manage in a large system, as developers need...
### Description **Observed Behavior**: Karpenter is overestimating the memory capacity of certain node types. When this happens, pods with a certain range of memory requests can trigger Karpenter scale-ups of...
### Description **What problem are you trying to solve?** does karpenter support nitro enclaves options ? i need to enable in EC2NodeClass **How important is this feature to you?** does...
### Description **What problem are you trying to solve?** I'd like to be able to override the subnet default hostname type for EC2 instances created by Karpenter. **How important is...
### Description **Observed Behavior**: Instance takes more than 5 minutes to terminate. Not sure if this is a bug or to be expected, but this sounds quite long (especially since...
### Description **Observed Behavior**: 1. install 1 node EKS 2. scale 1 pod from 1->700 3. nodes scale up from 1 to 5 4. uninstalled nodeclass and nodepool 5. nodes...
### Description **Observed Behavior**: This https://github.com/aws/karpenter-provider-aws/issues/4278 removed capability to set custom security contexts It should allow to set them and just have defaults instead of removing whole capability Unable to...
### Description **Context**: Hey! I have Karpenter deployed very neatly to an EKS cluster using FluxCD to automatically manage Helm charts: (click to expand) Helm release for Karpenter ```yaml #...