Question

NAB
AU
Last activity: 29 Jul 2025 8:01 EDT
Pega 24.2.2 image with non-root capability to run/install
Hello - our EKS environment is restricted and it does not allow pega container to run as root. I have added the security context and added the required lines to run the container as non-root. But it gets stuck during various phase.
clustering-service:1.4.0 - It is unable to run as non-root. I have to use init-container to copy file and to make it work.
installer:24.2.2 - Tries with init-container, but it is giving some issues during the mount volume. Below is the error:
Loading prlog4j2 from /opt/pega/config/prlog4j2.xml... cp: cannot create regular file '/opt/pega/kit/scripts/config/prlog4j2.xml': Read-only file system
pega provided image container file permission are:
pegauser:root with ACL applied.
NOW my question is that, its getting complex to modify every files in helm charts. Do you have any release of pega 24.2.2 which support running container as non-root without the need of using init-container as a work around?