Hi a quick question on scaling flyte - when you specify a large amount of resources (e.g. 100 cpus), does flyte scale the nodes in the k8s cluster as well or does that have to be manually handled?
c
cool-lifeguard-49380
03/07/2023, 6:09 PM
Assuming that this doesn’t violate any Quota configured in Flyte, it depends on your K8s cluster setup whether new nodes can be scaled up.
thx 1
cool-lifeguard-49380
03/07/2023, 6:09 PM
Flyte itself doesn’t scale up the node, this part is taken by K8s.
s
sticky-angle-28419
03/07/2023, 6:10 PM
OK so you need something like Cluster Autoscaler or Karpenter setup - so flyte doesn’t handle the node autoscaling?
c
cool-lifeguard-49380
03/07/2023, 6:10 PM
I haven’t used karpenter but yes to cluster autoscaler