controller icon indicating copy to clipboard operation
controller copied to clipboard

Ability to use volumes within deployed apps

Open jchauncey opened this issue 9 years ago • 4 comments

I've recently needed the ability to mount a volume from the host into a pod. It actually made me question the use of deis for this particular app and if I should just use deployments instead. It would be awesome if we could make a persistentvolumeclaim or use a regular volume mount.

jchauncey avatar Oct 11 '16 20:10 jchauncey

Would also be interested in this. Often times I find myself questioning whether I should write my own deployment spec or hot-patch the DeisWF deployment after updating the image and/or configuration.

mhulscher avatar Jan 02 '17 14:01 mhulscher

We won't allow host mounts through the CLI/API due to the implied security issues that would provide. Arbitrary users could mount in the host docker socket into their app and have cluster-level access. Storage providers via persistent volume claims will be provided via deis/deis#231.

bacongobbler avatar Jan 17 '17 00:01 bacongobbler

Also see https://github.com/kubernetes-incubator/service-catalog and the #sig-service-catalog channel on Kubernetes' Slack channel for active development on this front.

bacongobbler avatar Jan 17 '17 00:01 bacongobbler

This issue was moved to teamhephy/controller#48

Cryptophobia avatar Mar 20 '18 17:03 Cryptophobia