kezhenxu94 opened a new pull request, #95:
URL: https://github.com/apache/skywalking-kubernetes/pull/95

   `.Values.oap.initEs` was introduced in 
https://github.com/apache/skywalking-kubernetes/pull/88 to workaround the issue 
described in https://github.com/apache/skywalking/discussions/9290
   
   With [Helm Chart Hooks](https://helm.sh/docs/topics/charts_hooks/) we can 
solve this problem better, this is how it works.
   
   After all resources loaded into Kubernetes, Helm run the `oap-init` job, 
after the `oap-init` job successfully completed, Helm delete `oap-init`, next 
time when you do Helm upgrade, Helm will again deploy `oap-init` job and when 
it succeeds Helm will delete `oap-init` again, so there is no error when you 
redeploy/upgrade SkyWalking deployment.
   
   JUST FYI @williamyao1982
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to