ldcsaa opened a new issue, #12223:
URL: https://github.com/apache/skywalking/issues/12223

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   In skywalking 9.7.0 and before, uses these codes to check health in docker 
compose, but skywalking 10+, did not provides these tools:
   ```
   services:
     skywalking:
       depends_on:
         elasticsearch:
           condition: service_healthy
       container_name: "skywalking"
       healthcheck:
         test: ["CMD", "/skywalking/bin/swctl", "health"]
         interval: 30s
         timeout: 10s
         retries: 5
         start_period: 90s
   ```
   
   ### What you expected to happen
   
   provides tool: `/skywalking/bin/swctl`
   
   ### How to reproduce
   
   just check the dir
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscr...@skywalking.apache.org.apache.org

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

Reply via email to