oc-cluster-up icon indicating copy to clipboard operation
oc-cluster-up copied to clipboard

Notify users of host modification to load the overlay and openvswitch modules

Open heatmiser opened this issue 5 years ago • 0 comments

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.

heatmiser avatar Aug 13 '19 23:08 heatmiser