Hi all, we recently upgraded our k8s cluster to GK...
# ask-metaflow
h
Hi all, we recently upgraded our k8s cluster to GKE autopilot 1.29 and all of a sudden all of our workflows are not working with the defaults. After a lot of debugging, it seems to be related with the fact that autopilot has changed the way it calculates the resource allocations, making the base requests of
4096
for ram and
10240
for disk too large (by fractions... but it fails to schedule the pods). My question is, where can I change the default configurations? to be slightly lower, without having to specify for all of our flows, so our clusters will accept the base requests?
1