Add to the PSP warning about PVs that hostPath PVs cannot be made read-only. (#19504)

This commit is contained in:
CJ Cullen
2020-03-15 23:04:35 -07:00
committed by GitHub
parent fa286e842e
commit 08c535577b
@@ -421,8 +421,10 @@ The **recommended minimum set** of allowed volumes for new PSPs are:
- projected - projected
{{< warning >}} {{< warning >}}
PodSecurityPolicy does not limit the types of `PersistentVolume` objects that may be referenced by a `PersistentVolumeClaim`. PodSecurityPolicy does not limit the types of `PersistentVolume` objects that
Only trusted users should be granted permission to create `PersistentVolume` objects. may be referenced by a `PersistentVolumeClaim`, and hostPath type
`PersistentVolumes` do not support read-only access mode. Only trusted users
should be granted permission to create `PersistentVolume` objects.
{{< /warning >}} {{< /warning >}}
**FSGroup** - Controls the supplemental group applied to some volumes. **FSGroup** - Controls the supplemental group applied to some volumes.