You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
I would like to be able to use emptyDir (currently the default), but I'd also like the volume to use tmpfs with 5Gig RAM (emptyDir.medium=Memory and emptyDir.sizeLimit=5Gi).
I would like to be able to use emptyDir (currently the default), but I'd also like the volume to use tmpfs with 5Gig RAM (
emptyDir.medium=Memory
andemptyDir.sizeLimit=5Gi
).The yaml would be like this:
An option to do this would be great as already mentioned in #2053.
I'm ok if an etcd-operator dev (or anyone) can provide clues for where we can specify
medium
andsizeLimit
in the code.The text was updated successfully, but these errors were encountered: