We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For instance --version flag will be gone.
Check out the write-up at the minishift repo: minishift/minishift#2248
The text was updated successfully, but these errors were encountered:
Hi, is this going to be fixed? I would like to use version 3.11 but it is not working
Sorry, something went wrong.
OKD 3.10 was released on 13SEP, now we do have 3.11 as well.
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 openshift/origin#21553
so oc cluster up is also not a way to start locally OKD cluster.
oc cluster up
and https://github.com/openshift/installer is now in favor ... but it requires virtualization (oc cluster up just needs docker)
No branches or pull requests
For instance --version flag will be gone.
Check out the write-up at the minishift repo:
minishift/minishift#2248
The text was updated successfully, but these errors were encountered: