Jingqi Huang
02/02/2022, 7:08 PMkubectl describe pvc
for all the pvc and I got the same message
FailedBinding 23s (x903 over 3h45m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set
Prashant Shahi
02/02/2022, 9:32 PMJingqi Huang
02/03/2022, 2:59 AMcashLoopBackOff
error in otel-collector-846889d884-fkx64
, when we check the logs , we found Error: cannot build pipelines: cannot build builtExporters: error creating clickhouse exporter: error connecting to primary db: dial tcp: lookup signoz-clickhouse on 169.254.25.10:53: no such host
2022/02/03 02:55:39 application run finished with error: cannot build pipelines: cannot build builtExporters: error creating clickhouse exporter: error connecting to primary db: dial tcp: lookup signoz-clickhouse on 169.254.25.10:53: no such host
.
We cannot find 169.254.25.10:53
in pod ip and svc ip, what address is that?Prashant Shahi
02/03/2022, 5:34 AMotel-collector
issue is caused by ClickHouse not being ready because of previously mentioned errors releated to pvc.
could you please share the output of the following? There should be a default storage class.
kubectl get storageclass
can you please tell us about which cloud or local k8s wrapper/tool are you using for the k8s cluster? so that we can include this scenerio in our helm charts.provisioner: <http://kubernetes.io/no-provisioner|kubernetes.io/no-provisioner>
is indicating that dynamic provisioning is not supported.
https://kubernetes.io/docs/concepts/storage/storage-classes/#local
----
Please let us know if enabling the volume provisioner in group_vars/k8s-cluster/addons.yml
helps.
local_volume_provisioner_enabled: true
Jingqi Huang
02/03/2022, 9:48 AMrunning
status!Prashant Shahi
02/03/2022, 9:51 AM