1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00
Files
openshift-docs/modules/security-storage-shared.adoc

12 lines
455 B
Plaintext
Raw Normal View History

2020-06-23 11:17:33 -04:00
// Module included in the following assemblies:
//
// * security/container_security/security-storage.adoc
[id="security-network-storage-shared_{context}"]
= Shared storage
For shared storage providers like NFS, the PV registers its
group ID (GID) as an annotation on the PV resource. Then, when the PV is claimed
by the pod, the annotated GID is added to the supplemental groups of the pod,
giving that pod access to the contents of the shared storage.