Openshift (kubernetes) PV - no write permission #3334
maciejlesny
started this conversation in
General
Replies: 3 comments
|
setting 777 on both cephfs and rbd mounts are removed in cephcsi, Have you considered setting Lines 515 to 537 in 3ddec80 |
0 replies
|
I'm looking for persistent volume solution which will work without modification deployments/pods. So using openshift with ceph-csi is not possible, am I right? |
0 replies
AFAIK Without modifying pod/deployment spec not possible |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've been looking for possibility adding Ceph to Openshift 4.9 as persistent volume for containers. Everything works great, except mount point has "drwxr-xr-x" (755) permissions. Openshift doesn't allow root user inside containers. I cannot chown/chmod mounted point.
I've tried Ceph RBD and CephFS (filesystems).
Is there any way to set default permissions to 777?
All reactions