I\'m creating a ram based emptyDir volume for a pod.
volumes: - name: ram-disk emptyDir: medium: \"Memory\"
Because this is a
For kubernetes-1.7.x, it's possible to set the sizeLimit for an EmptyDir.
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