Hi a quick question on scaling flyte - when you sp...
# ask-the-community
s
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?
f
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.
Flyte itself doesn’t scale up the node, this part is taken by K8s.
s
OK so you need something like Cluster Autoscaler or Karpenter setup - so flyte doesn’t handle the node autoscaling?
f
I haven’t used karpenter but yes to cluster autoscaler
s
OK great - thank you for clarifying that
154 Views