-
Search before asking
Apache SkyWalking ComponentOAP server (apache/skywalking) What happenedUse Helm install Skywalking ( https://github.com/apache/skywalking-helm ), but got error : table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later. got error : table: alarm_record does not exist. OAP is running in 'no-init' mode, waiting... retry 3s later. What you expected to happenAccording to the document, it can run step by step and the service is available Or can you provide methods or ideas for me to solve on my own How to reproducemy env :
helm values :
Anything elseI searched for recent issues and discussions and found that it keeps mentioning init job. I observed that there was no init job generated and running during the installation process of helm (I cannot know if it failed to create or was created and then deleted)
There is no mention of how to troubleshoot or solve the problem Are you willing to submit a pull request to fix on your own?
Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
And I have tried again multiple times, but still the result is the same. I don't know how to solve or troubleshoot it |
Beta Was this translation helpful? Give feedback.
-
As it was talked so many times, I don't know what to say, or what more you expected. |
Beta Was this translation helpful? Give feedback.
-
You at least check pod logs, init container logs, how you run. Showcase provided very straightforward, and architecture is super simple. |
Beta Was this translation helpful? Give feedback.
-
Of course, these checks have been done, including es pod oap-pod、ui-pod), I think these issues are not just one sentence, but contain various environmental information for reproduction. For open source providers, it may be a simple knowledge, but for newcomers who are new to it, they may not know it. As a leader, they may need to identify the current situation caused by documents or other factors |
Beta Was this translation helpful? Give feedback.
-
It might be that Rancher doesn’t respect the Helm hooks. We didn’t test on Rancher, please consult the Rancher community |
Beta Was this translation helpful? Give feedback.
-
There is a bug that cannot be executed here, and I have been researching for two days without finding it. Since it cannot execute automatically, if needed in a short period of time, you can manually create a job to execute( https://github.com/apache/skywalking-helm/blob/master/chart/skywalking/templates/oap-init.job.yaml ) |
Beta Was this translation helpful? Give feedback.
There is a bug that cannot be executed here, and I have been researching for two days without finding it.
Since it cannot execute automatically, if needed in a short period of time, you can manually create a job to execute( https://github.com/apache/skywalking-helm/blob/master/chart/skywalking/templates/oap-init.job.yaml )