minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

Revisit bind mount option to Persistent storage for openshift configurations #42

Closed praveenkumar closed 7 years ago

praveenkumar commented 7 years ago

Currently openshift doesn't support symlink (refer: https://github.com/openshift/origin/issues/12029) and as workaround we used 'bind' mount approach (refer: https://github.com/minishift/minishift-centos-iso/pull/40).

We really need to revisit to this issue once openshift have support for symlinks because bind mount make copy for each changes which is not a efficient way.

hferentschik commented 7 years ago

Does this still apply?

praveenkumar commented 7 years ago

@hferentschik now it didn't apply now for us since we now using --host-config-dir and --host-data-dir options. I am closing this now.