samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
110 stars 24 forks source link

resources: always share process namespace within pod #152

Closed synarete closed 2 years ago

synarete commented 2 years ago

Always set ShareProcessNamespace to 'true' in pod's spec, so that different containers within same pod will see each others process pids. This functionality is required for proper operation of smb tools (e.g., smbstatus) which expects the pid of 'smbd' to be a valid value within their process namespace.

Signed-off-by: Shachar Sharon ssharon@redhat.com

anoopcs9 commented 2 years ago

/retest centos-ci/sink-clustered/mini-k8s-1.21