redspread / spread

Docker to Kubernetes in one command
https://coreos.com
Apache License 2.0
1.84k stars 83 forks source link

How to handle host volumes in localkube #111

Open rata opened 8 years ago

rata commented 8 years ago

Hi,

The idea of this issue is discuss how to handle the host volumes used only for local development that, also, the absolute path changes across developers and all need to do local development.

I haven't really thought about it, but maybe using a file with all the containers for production, and the one for local dev just adds the volume mounts and a "cat prod dev-volumes > dev" is done and dev is always kept up to date. Probably this is not a good idea and something better can be done, but just to start the discussion :)

mfburnett commented 8 years ago

hey @rata, so sorry we missed this issue! since we moved work on localkube over to minikube, I believe dealing with host volumes is on their roadmap, and this issue (https://github.com/kubernetes/minikube/issues/422) has discussion on it!

rata commented 8 years ago

On Fri, Jul 29, 2016 at 05:14:29PM -0700, Mackenzie Burnett wrote:

hey @rata, so sorry we missed this issue! since we moved work on localkube over to minikube, I believe dealing with host volumes is on their roadmap, and this issue (https://github.com/kubernetes/minikube/issues/422) has discussion on it!

Np! I thought it was on minikube now, no that this issue was missed! :-)