Stephen
02/11/2022, 3:52 PMnodeSelector
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
02/11/2022, 4:25 PMKetan (kumare3)
Stephen
02/11/2022, 4:37 PMtaints = {
dedicated = {
key = "flyte/gpu"
value = "dedicated"
effect = "NO_SCHEDULE"
}
}
but I’m not sure if it’s correct or it should be
taints = {
<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
02/14/2022, 6:54 AMEvents:
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
02/15/2022, 7:45 AMHaytham Abuelfutuh
Stephen
02/21/2022, 7:29 AM