Question: Could it be that `task_resource_defaults...
# contribute
f
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
This would be a regression
f
task_resource_defaults.task_resources.defaults.storage
should this configure ephemeral storage or attached pv?
k
Aah you are right storage would have never worked as k8s did not support it for a long time in defaults
f
Should we deprecate this from flytekit and platform side config?
The platform side config would need ephemeral storage instead
k
I agree let’s deprecate storage
151 Views