thingsboard-ce-k8s
thingsboard-ce-k8s copied to clipboard
ThingsBoard Community Edition Kubernetes scripts and docs
Hello, I am still learning how kubernetes-minikube work. I tested the basic setup with Postgres and with Hybrid configuration and everything went smoothly. I ended up with problems when i...
Hi I use kubernetes v1.19.6 I can fully deploy thingsboard hybrid and high availability to kubernetes But when i scale up tb-node from 1 to 2 the pgpool instance became...
Hi I realized that pgpool configuration override the default values changed to these values `load_balance_mode = on` to `load_balance_mode = off` and `black_function_list = 'nextval,setval'` to `black_function_list = 'currval,lastval,nextval,setval'` i...
I find the cassandra.yaml use the wrong mountPath, it should be '/bitnami/cassandra' not '/var/lib/cassandra' ,please check it.
i noticed this repo is similar to the k8s module in thingsboard main project. what is the difference? Both of them seem community-active
I'm generally struggling with the cluster deployment in AWS but Kubeone immediately throws this error after running `terraform plan` command: ```` Error: Invalid index on main.tf line 26, in locals:...
I tried deploying this using [this link](https://thingsboard.io/docs/user-guide/install/cluster/minikube-cluster-setup/) for kicks on https://k3os.io/ in a VM with the minikube options. Installation went pretty smoothly, but when I go to the IP address...
Extend helm chart node.yaml template to be able to set METRICS_ENABLED and METRICS_ENDPOINTS_EXPOSE variables to expose metrics to prometheus. Also adjust values.yaml to contain these values. Also extend helm chart...
SNMP and some other transports are not in the deployment files for minikube. Also I was looking into the high availability option that is also not prompted for the deployment...
I'm on TB 3.2.2 and need to update. All the older releases was removed from the repo. How can i update?