shink opened a new issue, #3547:
URL: https://github.com/apache/incubator-inlong/issues/3547
### What happened
No curl command found when executing tubemq readiness probe.
```
Warning Unhealthy 2m37s (x34 over 14m) kubelet Readiness probe failed:
/config-scripts/ready: 2: /config-scripts/ready: curl: not found
```
And the readiness probe command is:
```bash
#!/bin/sh
curl 127.0.0.1:8080/index.htm
```
And the `tubemq-all` docker image didn't install curl in `Dockerfile`.
```Dockerfile
# tubemq depend on zookeeper
FROM zookeeper:3.4
# install tools for debug
RUN apt-get update \
&& apt-get install -y net-tools vim \
&& rm -rf /var/lib/apt/lists/*
```
### What you expected to happen
The tubemq statefulset works fine.
### How to reproduce
Install helm chart.
### Environment
_No response_
### InLong version
master
### InLong Component
InLong TubeMQ
### Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
### 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]