<https://docs.flyte.org/projects/flytekit/en/lates...
# ask-the-community
l
https://docs.flyte.org/projects/flytekit/en/latest/generated/flytekit.Resources.html#flytekit.Resources When would I want to change the storage param for kube tasks? Is it always just ephemeral-storage that I should be upping when I anticipate more storage needs?
s
Yeah, you need to up the
ephemeral_storage
. I think `storage`’s for persistent volume but I’m not very sure. Moreover, as per Flyte docs, persistent storage is not currently supported on the Flyte backend. @Eduardo Apolinario (eapolinario), could you confirm, please?
e
@Laura Lin, actually
storage
is the old name for the resource type. If you're not using an ancient version of k8s you should use
ephemeral-storage
.
153 Views