oc-cluster-up
oc-cluster-up copied to clipboard
Notify users of host modification to load the overlay and openvswitch modules
Since this deployment utilizes openshift/origin/hack/dind-cluster.sh, you might want to notify users in the README.md of the warning in dind-cluster.sh:
WARNING: The script modifies the host that docker is running on. It
attempts to load the overlay and openvswitch modules. If this modification
is undesirable consider running docker in a VM.
It would be nice to know that in advance, only reason I was aware is because I worked through the entire container Dockerfile build and then dind launch sequence and combed through all of the scripting to understand how it all worked.
Thanks.