Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to use volumes within deployed apps #48

Open
Cryptophobia opened this issue Mar 20, 2018 · 3 comments
Open

Ability to use volumes within deployed apps #48

Cryptophobia opened this issue Mar 20, 2018 · 3 comments

Comments

@Cryptophobia
Copy link
Member

From @jchauncey on October 11, 2016 20:56

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.

Copied from original issue: deis/controller#1111

@Cryptophobia
Copy link
Member Author

From @mhulscher on January 2, 2017 14:29

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.

@Cryptophobia
Copy link
Member Author

From @bacongobbler on January 17, 2017 0:49

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.

@Cryptophobia
Copy link
Member Author

From @bacongobbler on January 17, 2017 0:50

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant