You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: