Add to the PSP warning about PVs that hostPath PVs cannot be made read-only. (#19504)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user