Open mohsin106 opened 3 hours ago
Hello! I recommend posting this question in our Community Slack or Community Forums, we have a lot of talented community members there who could help answer your question more quickly. You can also learn more about Telegraf by enrolling at InfluxDB University for free!
Heads up, this issue will be automatically closed after 7 days of inactivity. Thank you!
Please direct all support questsions to slack or the forums. Thank you.
Telegraf Container Image: telegraf:1.29.5-alpine Environment: Kubernetes After some security policies were implemented on my Kubernetes cluster my Telegraf container is not able to run as it once was.
This is the error I am getting in the container logs:
From what I understood this is because the security policies will block any container from starting if it:
allowPrivilegeEscalation: true
Would it be possible to update the container configurations so that it complies with these security policies?