Skip to content

How to start skywalking with h2 storage in Helm Chart #7501

Answered by kezhenxu94
andrewgkew asked this question in Q&A
Discussion options

You must be logged in to vote

Here is an example to install SkyWalking in Helm Chart with storage h2:

helm -n istio-system install skywalking skywalking --set oap.storageType='h2' --set ui.image.tag=8.5.0 --set oap.image.tag=8.5.0-es7 --set oap.replicas=1 --set oap.env.JAVA_OPTS='-Dmode=' --set elasticsearch.enabled=false

The key point is -Dmode= to unset the mode property.

I cant find anything in your docs that describes how to get this to work using h2

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.

Also is the OAP image tag *-es7 correct even when using h2 and not elastic search?

Yes

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@andrewgkew
Comment options

@andrewgkew
Comment options

@wu-sheng
Comment options

@wu-sheng
Comment options

@andrewgkew
Comment options

Answer selected by wu-sheng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #7500 on August 19, 2021 16:17.