Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version: 1.30.0
Cloud being used: Azure
Installation method: ARM template
Host OS: Ubuntu Linux
CNI and version: Azure CNI
CRI and version:
I need to start a process related to Antivirus daemon when the pod is deployed. However, I also need to apply securityContext on the pod with specific UID and GID. The process is not starting once the pod is up and running. I have tried by allowing privilege escalation as well as few linux capabilities viz. CAP_SYS_ADMIN. But it does not work.
Error - Unable to write to PID file: /var/tmp/savdi/new.pid 13 Permission denied
Is there a way to start a process with securityCOntext applied?