TDengine-Operator icon indicating copy to clipboard operation
TDengine-Operator copied to clipboard

Setup TDengine on Kubenetes https://taosdata.github.io/TDengine-Operator

Results 6 TDengine-Operator issues
Sort by recently updated
recently updated
newest added

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

环境配置: ![image](https://user-images.githubusercontent.com/16972722/203911997-eea0e89c-9e0c-45b5-82ef-4d2a8c0ab488.png) 参考文档:https://docs.taosdata.com/reference/taosadapter/#prometheus ![image](https://user-images.githubusercontent.com/16972722/203912127-e150e919-3d64-4c68-9241-3f736fca6d52.png) 环境配置和文档配置无差异,检查账户密码可以正常使用。但td库里无监控数据。 查看td数据库日志,报错如下: ![image](https://user-images.githubusercontent.com/16972722/203912178-f1ea5c26-6318-41c3-a186-f6c03e39a631.png)