fabric8io / gofabric8

CLI used when working with fabric8 running on Kubernetes or OpenShift
https://fabric8.io/
Apache License 2.0
147 stars 72 forks source link

gofabric8 wrongly assumes minishift although minishift executable not present. #624

Open debei opened 7 years ago

debei commented 7 years ago

I try to install with gofabric8 on a kubernetes cluster and the installation writes .nip.io addresses into configmaps and tries to start the browser with non existing .nip.io at the end although --domain arg is givern and minishift executable is not in $PATH

I think the problem origininates from gofabric8/util/util.go function isMinishift returning true when minishift executable is not present.

You can work aorund this issue by creating a non executable file "minishift" somewhere in $PATH