Anjan Nath
Anjan Nath
@LalatenduMohanty I'd like to work on this for the next sprint.
@gbraad Will do, but am planning try out first if i am able to use that driver binary to start a vm by using `docker-machine`
So, the driver can be used from the `docker-machine` binary and works fine.. i attempted to use it from minishift with the centos iso, but will need some changes in...
@nhojpatrick The correct link is https://docs.okd.io/3.11/dev_guide/application_lifecycle/new_app.html
@gbraad So we should entirely remove this check from CDK... and also separate it out as a function in the minishift codebase.
@sunnypandas @georgettica Can you guys try to use the hyperkit binary from https://github.com/code-ready/machine-driver-hyperkit/releases/download/v0.15.0/hyperkit i was able to fix this issue by using this hyperkit binary
@nhojpatrick we are aware of the high resource requirements and working towards providing a leaner [crc](https://github.com/crc-org/crc/pull/3421), unfortunately `minishift` is only capable of creating OpenShift 3.x env and is not actively...
The docs published are old, we removed the xhyve support from minishift in the last release, hyperkit is the supported driver to use on macOS, will keep this open till...
@tobybellwood You cannot provide credentials for docker.io, but you can instead pull the images from quay.io, use the following command to start minishift, hth ``` minishift start --docker-opt "add-registry=quay.io" ```
IIRC this was for the `GODOG` opt. parameter `TEST_WITH_SPECIFIED_SHELL`, the issue title is kinda confusing.. > In #1332 there is already support for setting Minishift binary on path, however for...