Agustín

Results 6 comments of Agustín

second appearence of `thingsboard` in your command line is the chart. If you just write `thingsboard` it means it's located in that directory. Quick fix, just download the repo a...

I think the default username is `[email protected]`

You can anyway install latest version specifying the image tag with something like: ``` helm install RELEASENAME HELMCHART -n NAMESPACE --set global.image.tag="3.4.3" ``` I'll send a PR doing a version...

https://github.com/thingsboard/thingsboard-ce-k8s/pull/82

You need to enable minikube addon named ingress: https://thingsboard.io/docs/user-guide/install/cluster/minikube-cluster-setup/

HAve you set an an ingress? I cannot see it in the logs shown. In order to access the service you'll need on of these: * ingress and a ingress...