karpenter-provider-aws
karpenter-provider-aws copied to clipboard
Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
Fixes #4271 **Description** This MR adds bottlerocket support for `kubeletConfiguration.evictionSoft` setting. **How was this change tested?** Added functional and E2E tests for the change **Does this change impact docs?** -...
Fixes #5780 **Description** Adds an option to configure extra pod capacity for alternative cni runtimes. Karpenter hardcodes 2 extra pods beyond the ENI IP limits, to account for aws-cni and...
### Description **Observed Behavior**: Deploying provsioners via spinnaker deployment custom labels doesn't support, Spinnaker does add additional labels during the chart deployment which is not supported currently on the karpenter...
Fixes #6606 **Description** Adds instance-type reference docs for c7i-flex **How was this change tested?** n/a **Does this change impact docs?** - [x] Yes, PR includes docs updates - [x] Yes,...
### Description Hello, **Observed Behavior**: While creating a Nodeclaim, the READY status is set to False, and the following message appears: ``` text Message: creating instance, with fleet error(s), InvalidParameterValue:...
### Description **Observed Behavior**: I am using karpenter with EKS, So initially, i created only one node, and then deployed my application with replicas 1 Now, when i scale these...
### Description **What problem are you trying to solve?** We need to create a separate node pool with a public IP address When karpenter provisions this, it creates a launch...
Fixes #3555 **Description** - Removes `trn*` static resource definitions and instead pulls directly from EC2 API to get device count, core count, and total device memory - Converts `inf*` resource...
Distribute workloads across multiple Availability Zones to mitigate the risk of single-zone failure.
### Description **What problem are you trying to solve?** We need to spread nodes across different zones to prevent single-zone failures. A similar feature is available in ASG called "AZRebalance"....
### Description **Observed Behavior**: Our karpenter pod suddenly stopped provisioning any nodes and the only log shows it's stuck in the infinite loop. After I restart the pod, it would...