TDengine-Operator
TDengine-Operator copied to clipboard
Setup TDengine on Kubenetes https://taosdata.github.io/TDengine-Operator
taosd: /home/ubuntu/workroom/jenkins/3.0/TDinternal/community/source/libs/sync/src/syncUtil.c:89: syncUtilnodeInfo2raftId: Assertion `ipv4 != 0xFFFFFFFF' failed.
我理解的taoskeeper就是类似于bitenami提供的redis部署实例里面的exporter一样的作用,只不过其他软件都是分开成两个容器的,所以可以设置启动依赖,那么在Tdengine里面,我要如何控制容器正常启动之后taoskeeper能够自动运行呢,目前我还是通过进入容器内部执行 ``` taoskeeper ``` 命令来启动的,但这样就要求我有多个副本的话,就需要多次进入容器内部手动操作,不知道你们有没有更好的解决方案。
Hi there, i wanted to upgrade the Pods inside of Kubernetes with the Helm-Chart, is there a proper way to do that Because in the chart there is no updateStrategy:...
将配置文件进行了挂载
版本 helm install tdengine3 -n xx-ns xx/tdengine --version 3.0.2 \ --create-namespace \ --set replicaCount=3 \ --set storage.dataSize=100Gi \ --set storage.logSize=2Gi \ --values
环境配置:  参考文档:https://docs.taosdata.com/reference/taosadapter/#prometheus  环境配置和文档配置无差异,检查账户密码可以正常使用。但td库里无监控数据。 查看td数据库日志,报错如下: 