intfish123

Results 8 comments of 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.

``` 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:...

> 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: > >...