diff --git a/content/en/docs/concepts/security/pod-security-standards.md b/content/en/docs/concepts/security/pod-security-standards.md index 205d4ddc8e..73341e4c71 100644 --- a/content/en/docs/concepts/security/pod-security-standards.md +++ b/content/en/docs/concepts/security/pod-security-standards.md @@ -305,34 +305,22 @@ fail validation.
In addition to restricting HostPath volumes, the restricted policy limits usage of non-core volume types to those defined through PersistentVolumes.
+The restricted policy only permits the following volume types.
Restricted Fields
spec.volumes[*].hostPathspec.volumes[*].gcePersistentDiskspec.volumes[*].awsElasticBlockStorespec.volumes[*].gitRepospec.volumes[*].nfsspec.volumes[*].iscsispec.volumes[*].glusterfsspec.volumes[*].rbdspec.volumes[*].flexVolumespec.volumes[*].cinderspec.volumes[*].cephfsspec.volumes[*].flockerspec.volumes[*].fcspec.volumes[*].azureFilespec.volumes[*].vsphereVolumespec.volumes[*].quobytespec.volumes[*].azureDiskspec.volumes[*].portworxVolumespec.volumes[*].scaleIOspec.volumes[*].storageosspec.volumes[*].photonPersistentDiskspec.volumes[*]Allowed Values
+ Every item in thespec.volumes[*] list must set one of the following fields to a non-null value:
spec.volumes[*].configMapspec.volumes[*].csispec.volumes[*].downwardAPIspec.volumes[*].emptyDirspec.volumes[*].ephemeralspec.volumes[*].persistentVolumeClaimspec.volumes[*].projectedspec.volumes[*].secretContainers should be forbidden from running with a root primary or supplementary GID.
-Restricted Fields
-spec.securityContext.runAsGroupspec.securityContext.supplementalGroups[*]spec.securityContext.fsGroupspec.containers[*].securityContext.runAsGroupspec.initContainers[*].securityContext.runAsGroupspec.ephemeralContainers[*].securityContext.runAsGroupAllowed Values
-*.runAsGroup)