qust5979 opened a new issue #3013:
URL: https://github.com/apache/incubator-inlong/issues/3013
### What happened
command: kubectl logs inlong-audit-0
Error msg :
```
sed: can't read /opt/inlong-audit/conf/application.properties: No such file
or directory
sed: can't read /opt/inlong-audit/conf/application.properties: No such file
or directory
sed: can't read /opt/inlong-audit/conf/application.properties: No such file
or directory
bash: /opt/inlong-audit/bin/proxy-start.sh: No such file or directory
bash: /opt/inlong-audit/bin/store-start.sh: No such file or directory
tail: cannot open '/opt/inlong-audit/logs/audit-*' for reading: No such file
or directory
```
### What you expected to happen
1. kubectl get pods
output:
`inlong-agent-0 0/1 Init:1/3 0 39m
inlong-audit-0 1/1 Running 0 39m
inlong-dataproxy-0 0/1 Init:1/2 0 39m
inlong-manager-0 1/1 Running 0 39m`
2. kubectl logs inlong-audit-0
Error Msg:
`sed: can't read /opt/inlong-audit/conf/application.properties: No such file
or directory
sed: can't read /opt/inlong-audit/conf/application.properties: No such file
or directory
sed: can't read /opt/inlong-audit/conf/application.properties: No such file
or directory
bash: /opt/inlong-audit/bin/proxy-start.sh: No such file or directory
bash: /opt/inlong-audit/bin/store-start.sh: No such file or directory
tail: cannot open '/opt/inlong-audit/logs/audit-*' for reading: No such file
or directory`
### How to reproduce
kubectl get pods
kubectl logs inlong-audit-0
### Environment
_No response_
### InLong version
master
### InLong Component
InLong Audit
### Are you willing to submit PR?
- [ ] 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]