I\'m creating a ram based emptyDir volume for a pod.
volumes: - name: ram-disk emptyDir: medium: \"Memory\"
Because this is a
TL;DR: No, at least not for now.
This is an open issue, see 13479. Since I don't know your use case, I suppose my only suggestion is to try and use hostPath as a workaround, see also the docs for more details.
hostPath