Hi Vijender,
Thanks.
4.6.2 contains a change to some of the "securityContext" that can be set on the Pod. I am wondering if any of these are having an affect, though the one conflict that I know (i.e. "UsePAM yes" does not mesh with "allowPrivilegeEscalation: false") can be ruled out here...I think.
A few more questions:
- Which container runtime are you using, e.g. Docker, cri-o etc? There was an issue with the RHEL Docker package prior to docker-1.13.1-161, which is why we had originally had UsePAM set to yes.
Later packages work fine. I wonder if you are hitting this?
- Perhaps a few more steps to try:
-- On the Postgres & pgBackRest Deployments, try removing the "allowPrivilegeEscalation" securityContexts. Note that we don't allow for things to run as root anyway, but sshd may cause a privilege escalation behavior.