How to start skywalking with h2 storage in Helm Chart #7501
-
Please answer these questions before submitting your issue.
Question
Bug
I am trying to run skywalking on a local cluster (Docker Engine) using your helm chart to install it helm install "${SKYWALKING_RELEASE_NAME}" skywalking -n "${SKYWALKING_RELEASE_NAMESPACE}" Requirement or improvement
The UI pod comes up but the OAP does not, it moans about tables not being present. How do I do that? Override the JAVA_OPTS with -Dmode=init or -Dmode=init-only Also is the OAP image tag *-es7 correct even when using h2 and not elastic search? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Here is an example to install SkyWalking in Helm Chart with storage
The key point is
H2 storage is only for demonstration, and Helm Chart is usually for production usage, that's why we don't have many docs about this.
Yes |
Beta Was this translation helpful? Give feedback.
Here is an example to install SkyWalking in Helm Chart with storage
h2
:The key point is
-Dmode=
to unset themode
property.H2 storage is only for demonstration, and Helm Chart is usually for production usage, that's why we don't have many docs about this.
Yes