You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "innerpeacez (via GitHub)" <gi...@apache.org> on 2023/03/07 05:47:55 UTC

[GitHub] [skywalking-kubernetes] innerpeacez commented on pull request #109: The init job should be executed first before oap start.

innerpeacez commented on PR #109:
URL: https://github.com/apache/skywalking-kubernetes/pull/109#issuecomment-1457578567

   > This is wrong, init job requires some resources that must be applied first, using `pre-hook` the installation will be in dead lock state, `init-job` is waiting for other resources like service account, but service account resource is waiting for the `pre-hook` to complete
   
   hi, we have two ways to execute init-job
   1: Let all resources that need to be started be executed with init-job first.
   2: Start oap after init-job.
   
   The first way is relatively complicated, so I adopted the second way.
   


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org