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