karpenter-provider-aws icon indicating copy to clipboard operation
karpenter-provider-aws copied to clipboard

Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.

Results 220 karpenter-provider-aws issues
Sort by recently updated
recently updated
newest added

### Description **Observed Behavior**: When the storage version is v1beta1, the version pin for an alias on a v1 NodePool is dropped. In practice this shouldn't be problematic since version...

bug
triage/accepted

Starts the fix but doesn't completely fixes #3042 **Description** Narrowly scoped design doc for support ODCR in Karpenter. **How was this change tested?** **Does this change impact docs?** - [x]...

needs-review

### Description **Observed Behavior**: Karpenter is configured to be able to choose from 100+ instance types, but we've had several times in production where Karpenter ends up scaling on the...

question
lifecycle/stale

### Description **Observed Behavior**: After following the instructions https://karpenter.sh/preview/getting-started/migrating-from-cas/, when trying to create the NodePool (as outlined [here](https://karpenter.sh/preview/getting-started/migrating-from-cas/#create-default-nodepool)) I receive the error: ``` Error from server: error when creating "nodepool.yaml":...

question
lifecycle/stale

### Description **What problem are you trying to solve?** I'd like Bottlerocket nodes to automatically configure their instance storage when `instanceStorePolicy` is set to `RAID0` as is the behaviour for...

feature
needs-triage

Fixes #N/A **Description** **How was this change tested?** **Does this change impact docs?** - [ ] Yes, PR includes docs updates - [ ] Yes, issue opened: # - [x]...

### Version __Karpenter Version:__ v0.16.3 __Kubernetes Version:__ v1.21.14 ### Expected Behavior Karpenter should take into account ephemeral volumeClaimTemplates when scheduling pods to nodes ### Actual Behavior Karpenter does not appear...

feature

### Description **Observed Behavior**: Current Grafana dashboard used in [Monitoring with Grafana (optional)](https://karpenter.sh/docs/getting-started/getting-started-with-karpenter/#monitoring-with-grafana-optional) does not contain the changes in V1 metrics mentioned in **v1 migration** [Updated metrics](https://karpenter.sh/preview/upgrading/v1-migration/#updated-metrics) **Expected Behavior**: Grafana...

bug
needs-triage

### Description **Observed Behavior**: We experienced prolonged (~15 minute) delays in node provisioning due to AWS experiencing internal issues launching c6 instances in us-east-1f (and intermittently us-east-1b). The problem was...

bug
needs-triage

…n the amiSelectorTerms Fixes #6393 **Description** Deprecated AMI's should be discovered by Karpenter for existing node pool to avoid disruptions to workloads in production systems. **How was this change tested?**...