leduy123lsdd commented on issue #4938:
URL: https://github.com/apache/skywalking/issues/4938#issuecomment-1610533185

   My steps to fix this issue if you using Helm to install skywalking
   1. Get skywalking-oap-init Job template
   - execute: `helm template <your-release-name> 
oci://registry-1.docker.io/apache/skywalking-helm -n skywalking > manifest.yaml`
   2. Extract Job from manifest.yaml
   - in manifest.yaml, search for "kind: Job" and copy entire Job manifest to 
new file called: init-oap.yaml
   <img width="1020" alt="Screenshot 2023-06-28 at 09 10 00" 
src="https://github.com/apache/skywalking/assets/37374066/4af8cd63-a439-4601-a3d4-09a208c94aca";>
   - execute the job: kubectl create -f init-oap.yaml -n skywalking
   - Lastly, restart oap service pods. And voila, sky walking is back.
   
   This solution is just temporary fix and it will happen next time when k8s 
got restarted 


-- 
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