Hi, this my values yaml file. I want to create the replication in my kubernetes.
global:
storageClass: local-path
sigNoz:
replicas: 3
otelCollector:
replicas: 3
clickhouse:
# replicas: 3
installCustomStorageClass: true
layout:
shardsCount: 1
replicasCount: 3
zookeeper:
replicaCount: 3
config:
zookeeper: |
<yandex>
<zookeeper>
<node index="1">
<host>zookeeper-0.zookeeper.signoz.svc.cluster.local</host>
<port>2181</port>
</node>
<node index="2">
<host>zookeeper-1.zookeeper.signoz.svc.cluster.local</host>
<port>2181</port>
</node>
<node index="3">
<host>zookeeper-2.zookeeper.signoz.svc.cluster.local</host>
<port>2181</port>
</node>
</zookeeper>
</yandex>
schemaMigrator:
enableReplication: true
But it stuck.
signoz-schema-migrator-sync-9qg4f 0/1 Init:1/2 0 11m
for logs
k logs signoz-schema-migrator-sync-9qg4f -n signoz
Defaulted container "schema-migrator" out of: schema-migrator, schema-migrator-sync-init (init), schema-migrator-sync-ch-ready (init)
Error from server (BadRequest): container "schema-migrator" in pod "signoz-schema-migrator-sync-9qg4f" is waiting to start: PodInitializing
Am I missing something?