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
I am using karpenter version v0.30 with eks 1.30 and node created by karpenter momentarily goes to READY state and then to NODENOTREADY state with the schedule pods in pending phase for over 10min and node gets deleted automatically. A new node gets created and cycle continues for ever.
These are the node events
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 2m12s kube-proxy
Normal NodeHasSufficientPID 2m19s (x2 over 2m19s) kubelet Node ip-10-0-101-237.ap-south-1.compute.internal status is now: NodeHasSufficientPID
Normal Starting 2m19s kubelet Starting kubelet.
Warning InvalidDiskCapacity 2m19s kubelet invalid capacity 0 on image filesystem
Normal NodeHasSufficientMemory 2m19s (x2 over 2m19s) kubelet Node ip-10-0-101-237.ap-south-1.compute.internal status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m19s (x2 over 2m19s) kubelet Node ip-10-0-101-237.ap-south-1.compute.internal status is now: NodeHasNoDiskPressure
Normal Synced 2m19s cloud-node-controller Node synced successfully
Normal NodeAllocatableEnforced 2m19s kubelet Updated Node Allocatable limit across pods
Normal RegisteredNode 2m15s node-controller Node ip-10-0-101-237.ap-south-1.compute.internal event: Registered Node ip-10-0-101-237.ap-south-1.compute.internal in Controller
Normal NodeReady 2m1s kubelet Node ip-10-0-101-237.ap-south-1.compute.internal status is now: NodeReady
Normal DeprovisioningBlocked 115s karpenter Cannot deprovision Node: Nominated for a pending pod
Normal Unconsolidatable 93s karpenter Can't replace with a cheaper node
Normal NodeNotReady 35s node-controller Node ip-10-0-101-237.ap-south-1.compute.internal status is now: NodeNotReady
Expected Behavior:
Expected behaviour is to create nodes properly and schedule pods in them
Hi @saitessell ,
With the release of Karpenter v1.0.0, the Karpenter team has dropped support for karpenter versions v0.32 and below. We recommend upgrading to the latest version of Karpenter and keeping Karpenter up-to-date for bug fixes and new features.
Description
Observed Behavior:
I am using karpenter version v0.30 with eks 1.30 and node created by karpenter momentarily goes to READY state and then to NODENOTREADY state with the schedule pods in pending phase for over 10min and node gets deleted automatically. A new node gets created and cycle continues for ever.
These are the node events
Expected Behavior:
Expected behaviour is to create nodes properly and schedule pods in them
Reproduction Steps (Please include YAML):
I am using the following provisioner :
Versions:
kubectl version
): 1.30The text was updated successfully, but these errors were encountered: