While using the @kubernetes decorator on metaflow ...
# dev-metaflow
a
While using the @kubernetes decorator on metaflow on a step, the memory and cpu represent the requests or limits ? If I have to specify the limits how do I specify them ?
p
To the best of my knowledge, explicit resource limits can't be directly configured using Metaflow's decorators; instead, those limits are controlled at the Kubernetes cluster level.
a