redspread / localkube

DEPRECRATED - See https://github.com/kubernetes/minikube
Apache License 2.0
184 stars 11 forks source link

Allow configMaps to be mounted as volumes #61

Open shmish111 opened 8 years ago

shmish111 commented 8 years ago

See the answer to this SO question:

http://stackoverflow.com/questions/36187624/kubernetes-configmap-volume-doesnt-create-file-in-container

shmish111 commented 8 years ago

I haven't been able to test this due to https://github.com/redspread/localkube/issues/60 I'm pretty sure I'm doing something wrong but following the README doesn't work for me and I need some help.

ethernetdan commented 8 years ago

Hey @shmish111, thanks for the PR! Looks something is going on with the integration tests, I'll take a look.

You also should checkout minikube, we've contributed localkube to it and will be winding down development here on it. Minikube runs localkube without a container so it should address the ConfigMap issue, though TBH I haven't tested this.

shmish111 commented 8 years ago

@ethernetdan I used minikube successfully so thanks for telling me about it, both projects are awesome!