Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .Values.oap.initEs to work with ES initial #88

Merged
merged 4 commits into from Jun 30, 2022

Conversation

williamyao1982
Copy link
Contributor

Try to solve this issue apache/skywalking#9290. It will provide the capability to helm upgrade the docker image tag or others after first helm install.

@wu-sheng wu-sheng added the enhancement New feature or request label Jun 30, 2022
README.md Outdated
@@ -19,6 +19,7 @@ There are required values that you must set explicitly when deploying SkyWalking
| ---- | ----------- | ------- |
| `oap.image.tag` | the OAP docker image tag | `9.1.0` |
| `oap.storageType` | the storage type of the OAP | `elasticsearch`, `postgresql`, etc. |
| `oap.initEs` | need to initial ES | `true`, `false` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use ElasticSearch rather than a short term.

@wu-sheng
Copy link
Member

Besides docs update, you need to fix codes.

@williamyao1982
Copy link
Contributor Author

williamyao1982 commented Jun 30, 2022

My commit already included code change. I provied one argument to control whether the EleasticSearch storage need to be initialized. User can setup .Values.oap.initEs to false when they just want to change the image tag to another one like us.

@wu-sheng
Copy link
Member

But your codes can't pass the CI which really run this helm on k8s.

Copy link
Member

@kezhenxu94 kezhenxu94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wu-sheng wu-sheng added this to the 4.3.0 milestone Jun 30, 2022
@wu-sheng wu-sheng merged commit ab5567a into apache:master Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants