intfish123
intfish123
**It has been resolved!** **The reason is: Port conflicts causes the containers to fail to start, but shell still execute. Then report this error!**
I has used nacos in production env. and there are some rust service need to regist in nacos. But there are no sdk for rust.
What's wrong? Clickhouse server print this error infomation every second, Can any body help me?
``` apiVersion: "clickhouse.altinity.com/v1" kind: "ClickHouseInstallation" metadata: name: "ch1" spec: defaults: templates: podTemplate: default templates: podTemplates: - name: default spec: containers: - name: clickhouse-pod image: yandex/clickhouse-server:21.3 volumeMounts: - name: data-storage-vc-template mountPath:...
Yes, I did deploy clickhouse sever inside kubernetes with clickhouse-operator.
> Interesting. > > Can you check the broker logs for any hints? Are the topics being deleted and re-created? broker logs has no any hints. the topics is not...
> Interesting. > > Can you check the broker logs for any hints? Are the topics being deleted and re-created? It happened again yesterday. And I used `[email protected]` Topics: `realtime_02`,...
> Thanks, I had the same problem as well and wanted to keep kubectl working. > > I generate my client now like this until this is fixed: > >...