Stephen
nodeSelector
for a specific workflow/task? I’m not sure if taints are enough to trigger our cluster-autoscaler. I wanted to edit the pods on the fly but I can’t 😕Ketan (kumare3)
Stephen
Ketan (kumare3)
Stephen
taints = {
dedicated = {
key = "flyte/gpu"
value = "dedicated"
effect = "NO_SCHEDULE"
}
}
but I’m not sure if it’s correct or it should betaints = {
<http://nvidia.com/gpu|nvidia.com/gpu> = {
key = "flyte/gpu"
value = "dedicated"
effect = "NO_SCHEDULE"
}
}
🤔
Terraform plan has the same outputKetan (kumare3)
Haytham Abuelfutuh
Stephen
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 27s (x2 over 28s) default-scheduler 0/4 nodes are available: 4 node(s) didn't match Pod's node affinity/selector.
Normal TriggeredScaleUp 27s cluster-autoscaler pod triggered scale-up: [{eks-nodes-g4dn-xlarge-9cbf749a-540f-373d-21cb-800bbc70bea0 0->1 (max: 1)}]
NodeSelector:nodeSelector:
<http://eks.amazonaws.com/nodegroup|eks.amazonaws.com/nodegroup>: nodes-name-GPU
jeev
Stephen
Haytham Abuelfutuh
Stephen