Closed praveenkumar closed 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.
Does this still apply?
@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.
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.