<#3728 [Housekeeping] Remove `storage` from `flyte...
# flyte-github
a
#3728 [Housekeeping] Remove `storage` from `flytekit` and helm values Issue created by fg91 Describe the issue • In `flytekit.Resources` one can request
storage
which, however, doesn't have any effect. This is also acknowledged in the docstring:
Copy code
.. note::
    
      Persistent storage is not currently supported on the Flyte backend.
• The task default resource and limits also allow setting `storage` which doesn't have an effect either. Ephemeral storage defaults which would work cannot be configured on the platform side. The
storage
arg should be deprecated from
flytekit.Resources
and from the helm values. Ephemeral storage defaults and limits should be configurable in the helm values. See discussion in slack. What if we do not do this? Users might try requesting storage and would then wonder why there is no effect. Related component(s) flytekit, helm chart Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte