Hi Burr, Comments inline.
On Thu, Apr 6, 2017 at 9:16 PM, Burr Sutter <[email protected]> wrote: > 1) Fails on Windows 10 (clean machine, newly installed VirtualBox) > https://github.com/minishift/minishift/issues/695 > I doubt you actually hit by this issue https://issues.jboss.org/browse/CDK-70. This happens when you don't have ssh.exe binary set in your *PATH*. We have observed that installing OpenSSH for Windows <https://sourceforge.net/projects/sshwindows/> resolve this issue. Investigation is undergoing to know the actual reason. > > 2) Need an admin/admin user > https://github.com/minishift/minishift/issues/696 > This I am not sure as we given 'developer' user a 'sudoer' role by default and all admin operations can be run with "--as system:admin". > 3) Disk size? > https://github.com/minishift/minishift/issues/697 > With `--disk-size` option in "start" command. Check in more detail here https://docs.openshift.org/latest/minishift/command-ref/minishift_start.html > > 4) --metrics true does not seem to work > https://github.com/minishift/minishift/issues/698 > We had similar issue here https://github.com/minishift/minishift/issues/606 . > 5) config set and view are out of order > https://github.com/minishift/minishift/issues/699 > We couldn't find the value in the order of config values. Would definitely like to hear if ordering config values achieve any specific use case here. > 6) version should be available prior to setup-cdk > https://github.com/minishift/minishift/issues/700 > AFAIR, we did that in order detect whether binary is CDK binary or upstream minishift binary. We might need to find another way if we really want to see version before "setup-cdk". We checks the existance of cdk marker file in CDK binary which contains information like cdk version (also used by devstudio). "setup-cdk" step creates that marker file and hence you get expected version after that. We don't do this check in upstream minishift binary. > > _______________________________________________ > Devtools mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/devtools > > Regards, Budh Ram Gurung Software Engineer - Devtools
_______________________________________________ Devtools mailing list [email protected] https://www.redhat.com/mailman/listinfo/devtools
