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
This is what I got when trying to build and run from docker :
make build.docker.local
docker run --net host -v $HOME/.kube:/root/.kube --rm --name jx-ui jenkins-x/jx-ui:latest
invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
NOTE: I tried to set KUBERNETES_MASTER environment variable with "-e" argument, no luck as well.
I am on Mac, so I tried to download the latest release too, I got 404 :
curl -L https://github.com/jenkins-x/jx-ui/releases/download/v0.0.24/jx-ui-darwin-amd64.tar.gz
Not Found
The text was updated successfully, but these errors were encountered:
This is what I got when trying to build and run from docker :
NOTE: I tried to set KUBERNETES_MASTER environment variable with "-e" argument, no luck as well.
I am on Mac, so I tried to download the latest release too, I got 404 :
The text was updated successfully, but these errors were encountered: