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
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