https://flyte.org logo
#contribute
Title
# contribute
f

Fabio Grätz

05/15/2023, 12:16 PM
Question: Could it be that
task_resource_defaults.task_resources.defaults/limits.storage
as well as
Resources(storage=…)
don’t have any effect on the resulting Pod at all?
Copy code
@dataclass
class Resources(object):
    .. note::

        Persistent storage is not currently supported on the Flyte backend.
k

Ketan (kumare3)

05/15/2023, 1:22 PM
This would be a regression
f

Fabio Grätz

05/15/2023, 1:26 PM
task_resource_defaults.task_resources.defaults.storage
should this configure ephemeral storage or attached pv?
k

Ketan (kumare3)

05/15/2023, 1:40 PM
Aah you are right storage would have never worked as k8s did not support it for a long time in defaults
f

Fabio Grätz

05/15/2023, 4:47 PM
Should we deprecate this from flytekit and platform side config?
The platform side config would need ephemeral storage instead
k

Ketan (kumare3)

05/16/2023, 2:10 PM
I agree let’s deprecate storage