Unsolved
1 Rookie
•
13 Posts
0
906
August 27th, 2021 05:00
CSI unity driver - PSP kubernetes best practicies
Hi, what is the best practice to setup the PSP (pod security policy) with csi unity driver?
No Events found!
Unsolved
1 Rookie
•
13 Posts
0
906
August 27th, 2021 05:00
Hi, what is the best practice to setup the PSP (pod security policy) with csi unity driver?
Top
Flo_csI
2 Intern
•
166 Posts
0
September 1st, 2021 05:00
Hi @LudovitScholtz ,
On Openshift we used the privileged security constraint. The driver :
- runs as root in the container
- needs access to host path under /var/lib/kubelet
- host Network for NFS mounts
So I would say to use the PSP privileged too.
HTH