thingsboard-pe-k8s
thingsboard-pe-k8s copied to clipboard
ThingsBoard Professional Edition Kubernetes scripts and docs
Before the affinity key, the spec key is missing. https://github.com/thingsboard/thingsboard-pe-k8s/blob/ead78c207baf873f0ba2591afd5caa7cec478f46/azure/microservices/tb-services.yml#L203 A solution could be: ``` template: metadata: labels: app: tb-integration-executor spec: affinity: podAntiAffinity: ```
I'm using a AWS Microservices edition of ThingsBoard v3.4.0PE. I want to upgrade the cluster to latest version, such as v3.4.1PE or v3.4.2PE. So I read this page : https://thingsboard.io/docs/user-guide/install/pe/cluster/aws-microservices-setup/#upgrading-to-new-thingsboard-version...
Increase resource limit for tb-web-report service because 100m CPU limit was not enough for report generation. When generating a dashboard report with multiple widgets, tb-web-report uses 600m on average. Setting...
When MQTTS is required, there are sections in the tb-mqtt-transport.yml file that need to be uncommented. One of these is incorrect and causes the service to crash on start-up: ```...
For some reason the K8s for AWS do not include Kafka and Redis, and the install requires setting up (expensive) AWS-provided services to include them. Kafka and Redis are already...
Hi I'm testing an Azure AKS deployment using the documentation [here](https://thingsboard.io/docs/user-guide/install/pe/cluster/azure-microservices-setup/). When I created the AKS I wanted full control over the options (AKS is crazy expensive and choosing wrongly...
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...
Merged from https://github.com/pon0marev/thingsboard-ce-k8s/tree/fix-upgrade-pod-misconfiguration. + Configuration for the integration executor has been changed according to the updated structure.
use zookeeper status command "ruok", instead of just probing the port, to reduce noise in the logs