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
Observed Behavior:
Following the "Getting started guide", I've reached to "inflate" step.
I'm trying to inflate deployment, I can see the log of karpenter trying to do so:
{"level":"INFO","time":"2024-08-06T11:36:52.502Z","logger":"controller","message":"found provisionable pod(s)","commit":"490ef94","controller":"provisioner","Pods":"default/inflate-6876fc65ff-jhwbk, default/inflate-6876fc65ff-lsfnf, default/inflate-6876fc65ff-6kv45, default/inflate-6876fc65ff-r7z6f","duration":"162.720012ms"}
{"level":"INFO","time":"2024-08-06T11:36:52.502Z","logger":"controller","message":"computed new nodeclaim(s) to fit pod(s)","commit":"490ef94","controller":"provisioner","nodeclaims":1,"pods":4}
{"level":"INFO","time":"2024-08-06T11:36:52.527Z","logger":"controller","message":"created nodeclaim","commit":"490ef94","controller":"provisioner","NodePool":{"name":"default"},"NodeClaim":{"name":"default-fxdpz"},"requests":{"cpu":"4150m","pods":"6"},"instance-types":"m3.2xlarge, m4.2xlarge, m4.4xlarge, m5.2xlarge, m5.4xlarge and 55 other(s)"}
{"level":"INFO","time":"2024-08-06T11:36:54.890Z","logger":"controller","message":"launched nodeclaim","commit":"490ef94","controller":"nodeclaim.lifecycle","controllerGroup":"karpenter.sh","controllerKind":"NodeClaim","NodeClaim":{"name":"default-fxdpz"},"namespace":"","name":"default-fxdpz","reconcileID":"f9ca3146-bb47-421d-b93f-3249b77ca19a","provider-id":"aws:///us-east-1b/i-07435d79ed36de8c3","instance-type":"t3a.2xlarge","zone":"us-east-1b","capacity-type":"on-demand","allocatable":{"cpu":"7910m","ephemeral-storage":"17Gi","memory":"29317Mi","pods":"58"}}
Next step I can see the EC2 node is starting (with no name not sure why)
But it's never joined to the cluster, so the pods keep pending.
Expected Behavior:
Getting new node into my cluster
Reproduction Steps (Please include YAML):
values.yaml
davidt-gh
changed the title
Added new ec2 node, but never joined to the cluster
Karpenter added new ec2 node, but never joined to the cluster
Aug 6, 2024
Description
Observed Behavior:
Following the "Getting started guide", I've reached to "inflate" step.
I'm trying to inflate deployment, I can see the log of karpenter trying to do so:
Next step I can see the EC2 node is starting (with no name not sure why)
But it's never joined to the cluster, so the pods keep pending.
Expected Behavior:
Getting new node into my cluster
Reproduction Steps (Please include YAML):
values.yaml
nodeClass.yaml
nodePool.yaml
Versions:
kubectl version
):I can see logs in the new EC2 that looks like #1067
Here is it:
The text was updated successfully, but these errors were encountered: