OAP Pods are keep failing with Error Starup Probe Faile #12855
-
Hi Team, I am trying to deploy skywalking using terrafrom helm release, which is getting failed. While further checking I found that pods for the OAP are not into running state. $ kubectl get pods -n skywalking While further describing oap pods found that Startup probe is failied. Warning Unhealthy 8m21s (x2514 over 18h) kubelet Startup probe failed: dial tcp 100.64.40.194:12800: connect: connection refused Further investigation done to check logs for the pods and found error that : 2024-12-13 05:05:06,081 org.apache.skywalking.oap.server.core.storage.model.ModelInstaller 43 [main] INFO [] - table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... How to get rid of this error? Below are setting used : set { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
You seem to erase the storage and don't rerun the init job. |
Beta Was this translation helpful? Give feedback.
-
We use the helm hook to create the init job, from you description there seems no init job at all. Please check your cluster and Helm whether hook is supported. https://github.com/apache/skywalking-helm/blob/6fe5e6f0d3b7686c6be0457733e825ee68cb9b35/chart/skywalking/templates/oap-init.job.yaml#L29 |
Beta Was this translation helpful? Give feedback.
We use the helm hook to create the init job, from you description there seems no init job at all. Please check your cluster and Helm whether hook is supported. https://github.com/apache/skywalking-helm/blob/6fe5e6f0d3b7686c6be0457733e825ee68cb9b35/chart/skywalking/templates/oap-init.job.yaml#L29