I installed latest signoz chart using helm, and otel-collector is not stuck in Init ```apm-signoz-ot...
d
I installed latest signoz chart using helm, and otel-collector is not stuck in Init
Copy code
apm-signoz-otel-collector-9cccf7889-8pzg7            0/1     Init:0/1    0          110m
These are the pod logs
Copy code
❯ k logs -n platform -f apm-signoz-otel-collector-9cccf7889-8pzg7                          
Defaulted container "collector" out of: collector, apm-signoz-otel-collector-migrate-init (init)
Error from server (BadRequest): container "collector" in pod "apm-signoz-otel-collector-9cccf7889-8pzg7" is waiting to start: PodInitializing
@Prashant Shahi can you please help
Copy code
apm-signoz-otel-collector-migrate-init:
    Container ID:  <containerd://ef4b08807989aa7e09d73f6b482a9e2da201a789cb37b7694f4a8af46a7da4f>4
    Image:         <http://docker.io/groundnuty/k8s-wait-for:v2.0|docker.io/groundnuty/k8s-wait-for:v2.0>
    Image ID:      <http://docker.io/groundnuty/k8s-wait-for@sha256:c14d7271e4013b24b34ef0d7144c4610577d0e9110ccc26b163fa28089fa1f4e|docker.io/groundnuty/k8s-wait-for@sha256:c14d7271e4013b24b34ef0d7144c4610577d0e9110ccc26b163fa28089fa1f4e>
    Port:          <none>
    Host Port:     <none>
    Args:
      job
      apm-signoz-schema-migrator-sync-init
    State:          Running
      Started:      Fri, 22 Nov 2024 18:10:14 +0530
    Ready:          False
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-q2qnj (ro)
it’s waiting for this migration, but I don’t see any jobs that are incomplete
Copy code
❯ k get jobs -n platform                                               
NAME                                   STATUS     COMPLETIONS   DURATION   AGE
apm-signoz-schema-migrator-async       Complete   1/1           7s         24h
apm-signoz-schema-migrator-sync        Complete   1/1           9s         24h
apm-signoz-schema-migrator-sync-init   Complete   1/1           3m12s      135m
apm-signoz-schema-migrator-upgrade     Complete   1/1           27s        24h
cc @nitya-signoz
s
Is it still pending?
d
I deleted jobs and then ran helm upgrade again, that worked
but had to reinstall signoz, upgrade from 0.54 to 0.59 wasn’t working for me