karpenter-provider-aws
karpenter-provider-aws copied to clipboard
Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
feat: Prefix Delegation Fixes #5478 **Description** Support prefix delegation allowing proper max-pods calculations **How was this change tested?** **Does this change impact docs?** - [x] No By submitting this pull...
### Tell us about your request Hi Team, As per the code here https://github.com/aws/karpenter/blob/main/pkg/providers/amifamily/ami.go#L135 , SSM Alias for AMI seems to be handled but I understand speaking the the engineer...
### Description For example, the following configurations are supported: ``` - key: karpenter.sh/capacity-type operator: In values: - spot: 50% - on-demand: 50% ``` There are some important applications that want...
### Description **Observed Behavior**: After upgrading to v1 from 0.37.0, I've noticed that our kubelet configuration specified in the NodePools is not applied anymore. These are some of the example:...
Fixes #N/A **Description** **How was this change tested?** **Does this change impact docs?** - [ ] Yes, PR includes docs updates - [ ] Yes, issue opened: # - [x]...
### Description **Observed Behavior**: In our environment we forward all logs into Opensearch but notice that some karpenter logs are getting dropped due to field mapping conflicts. It looks as...
### Description **What problem are you trying to solve?** Tag EC2 Nodes deployed by karpenter without specify in NodeClasses **How important is this feature to you?** We use a strategy...
### Description **Context** We run Karpenter in production for an O(15) node EKS cluster, using four (mutually exclusive) NodePools for different classes of application. Our primary NodePool is `workload`, which...
Fixes #N/A **Description** **How was this change tested?** **Does this change impact docs?** - [ ] Yes, PR includes docs updates - [ ] Yes, issue opened: # - [x]...
Fixes #7179 **Description** Corrected usage and limit metrics in capacity dashboard **How was this change tested?** Dashboard was deployed on a local kubernetes environment **Does this change impact docs?** -...