How can change the PV/PVC permission on POD?
Applies to
- Kubernetes
- Trident
Description
This article describes the steps about change the PV/PVC permission on POD.
The following example shows the PVC on Pod Permission is 755.
[root@rhel crds]# k get pod
NAME READY STATUS RESTARTS AGE
alpine-ontap-san-pod 1/1 Running 12 (16m ago) 12h
pvpod 1/1 Running 12 (11m ago) 12h
[root@rhel crds]# k exec -it alpine-ontap-san-pod/bin/sh
kubectl exec [POD] [COMMAND]is DEPRECATED and willbe removed in a future version.Use kubectl exec [POD] --[COMMAND] instead.
/ # ls -l
total 12
drwxr-xr-x 2root root 4096 Jan 30 2019 bin
drwxr-xr-x 3 root root 4096 Oct 24 13:42data
drwxr-xr-x 5root root 360 Oct 2501:42 dev
drwxr-xr-x 1root root 66 Oct25 01:42 etc