Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,456 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team, For one of the pod in AKS I am getting the below error though I have sufficient memory and cpu
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 33m (x19 over 124m) default-scheduler 0/8 nodes are available: 3 Insufficient cpu, 8 Insufficient memory. preemption: 0/8 nodes are available: 8 No preemption victims found for incoming pod.
Hi,
You posted the same question twice, https://learn.microsoft.com/en-us/answers/questions/1342879/pod-showing-pending-state
From the describe pod output it seems you added high request and limit:
Limits:
cpu: 4500m
memory: 1Ti
Requests:
cpu: 3
memory: 1Ti
Can you reduce these values based on your nodes resources