Fabio Grätz
05/15/2023, 12:16 PMtask_resource_defaults.task_resources.defaults/limits.storage
as well as Resources(storage=…)
don’t have any effect on the resulting Pod at all?
@dataclass
class Resources(object):
.. note::
Persistent storage is not currently supported on the Flyte backend.
Ketan (kumare3)
Fabio Grätz
05/15/2023, 1:26 PMtask_resource_defaults.task_resources.defaults.storage
should this configure ephemeral storage or attached pv?Ketan (kumare3)
Fabio Grätz
05/15/2023, 4:47 PMKetan (kumare3)