kubernetes-sigs / karpenter

Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
Apache License 2.0
573 stars 190 forks source link

Karpenter keep scheduling pod with PVC on node that reach max EBS volume #1748

Open Ph4rell opened 2 hours ago

Ph4rell commented 2 hours ago

Description

Observed Behavior: When a node reach the maximum allocatable volume, Karpenter keep trying to schedule pod with PVC on that node.

Expected Behavior: Karpenter should scale up a new node to schedule new pod with volumes.

Reproduction Steps (Please include YAML):

Versions:

k8s-ci-robot commented 2 hours ago

This issue is currently awaiting triage.

If Karpenter contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.