You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying out the karpenter example, and karpenter pods won't get scheduled.
Same symptoms as #2943 , but it doesn't work despite the tolerations added in the fix mentioned in that issue. The error message in kubectl describe pod is:
Warning FailedScheduling 82s (x8 over 36m) default-scheduler 0/2 nodes are available: 2 Too many pods. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.
CoreDNS pods in kube-system namespace has scheduled fine.
✋ I have searched the open/closed issues and my issue is not listed.
cd terraform-aws-eks-20.8.5/examples/karpenter/
# update region and cluster name in the `locals` section
terraform init
terraform apply -auto-approve
aws eks --region <region> update-kubeconfig --name <cluster name>
kubectl get pods -n karpenter
Expected behavior
karpenter pods will be running
Actual behavior
karpenter pods are pending
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Hello, I am trying out the karpenter example, and karpenter pods won't get scheduled.
Same symptoms as #2943 , but it doesn't work despite the tolerations added in the fix mentioned in that issue. The error message in kubectl describe pod is:
CoreDNS pods in
kube-system
namespace has scheduled fine.Versions
Module version [Required]: 20.8.5
Terraform version:
Reproduction Code [Required]
Stock
karpenter
example.Steps to reproduce the behavior:
Expected behavior
karpenter pods will be running
Actual behavior
karpenter pods are pending
The text was updated successfully, but these errors were encountered: