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

Persistent Volumes #150

Closed
kadel opened this issue Sep 9, 2016 · 1 comment
Closed

Persistent Volumes #150

kadel opened this issue Sep 9, 2016 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/P0

Comments

@kadel
Copy link
Member

kadel commented Sep 9, 2016

We should start thinking about proper volume implementation.

Kompose should create PersistentVolumeClaims and use those for pod volumes, instead of using EmptyDir.

Real persistent volumes might also solve volumes_from problem (#131)

@kadel kadel changed the title Proper volume implemenation Persistent Volumes Sep 9, 2016
@ngtuna ngtuna added enhancement kind/feature Categorizes issue or PR as related to a new feature. labels Sep 10, 2016
@surajssd surajssd self-assigned this Oct 3, 2016
@surajssd
Copy link
Member

surajssd commented Oct 3, 2016

Since it was decided that for docker-compose volumes we create k8s PVCs, I am taking this up, so that I can continue the pending work of: #14 and #131

surajssd added a commit to surajssd/kompose that referenced this issue Oct 5, 2016
Instead of creating emptydir, create PersistentVolumeClaim
for docker-compose volumes by default

Fixes kubernetes#150
surajssd added a commit to surajssd/kompose that referenced this issue Oct 5, 2016
Instead of creating emptydir, create PersistentVolumeClaim
for docker-compose volumes by default

Fixes kubernetes#150
surajssd added a commit to surajssd/kompose that referenced this issue Oct 5, 2016
Instead of creating emptydir, create PersistentVolumeClaim
for docker-compose volumes by default

Fixes kubernetes#150
surajssd added a commit to surajssd/kompose that referenced this issue Oct 6, 2016
Instead of creating emptydir, create PersistentVolumeClaim
for docker-compose volumes by default

Fixes kubernetes#150
cab105 pushed a commit to cab105/kompose that referenced this issue Oct 27, 2016
Instead of creating emptydir, create PersistentVolumeClaim
for docker-compose volumes by default

Fixes kubernetes#150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/P0
Projects
None yet
Development

No branches or pull requests

4 participants