openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

Updates to work with 3.10 changes in "oc cluster up" #93

Open dudash opened 6 years ago

dudash commented 6 years ago

For instance --version flag will be gone.

Check out the write-up at the minishift repo: https://github.com/minishift/minishift/issues/2248

javiramos1 commented 5 years ago

Hi, is this going to be fixed? I would like to use version 3.11 but it is not working

matihost commented 5 years ago

OKD 3.10 was released on 13SEP, now we do have 3.11 as well.

matihost commented 5 years ago

After diggin...

oc-cluster-wrapper project is kind of deprecated.

oc command has bundled in persistence. To start OKD 3.10+

oc cluster up --base-dir=$HOME/.oc --loglevel=7

BUT

See https://github.com/openshift/origin/issues/21553

so oc cluster up is also not a way to start locally OKD cluster.

and https://github.com/openshift/installer is now in favor ... but it requires virtualization (oc cluster up just needs docker)