Revert "add host paths to psp (#3971)"
This reverts commit 952e5b4497 because
support of this field was also reverted.
This commit is contained in:
committed by
Andrew Chen
parent
99ddcb933e
commit
15d9cfbd92
@@ -35,7 +35,6 @@ administrator to control the following:
|
|||||||
| The use of host ports | `hostPorts` |
|
| The use of host ports | `hostPorts` |
|
||||||
| The use of host's PID namespace | `hostPID` |
|
| The use of host's PID namespace | `hostPID` |
|
||||||
| The use of host's IPC namespace | `hostIPC` |
|
| The use of host's IPC namespace | `hostIPC` |
|
||||||
| The use of host paths | [`allowedHostPaths`](#allowed-host-paths) |
|
|
||||||
| The SELinux context of the container | [`seLinux`](#selinux) |
|
| The SELinux context of the container | [`seLinux`](#selinux) |
|
||||||
| The user ID | [`runAsUser`](#runasuser) |
|
| The user ID | [`runAsUser`](#runasuser) |
|
||||||
| Configuring allowable supplemental groups | [`supplementalGroups`](#supplementalgroups) |
|
| Configuring allowable supplemental groups | [`supplementalGroups`](#supplementalgroups) |
|
||||||
@@ -128,10 +127,7 @@ configMap, downwardAPI, emptyDir, persistentVolumeClaim, secret, and projected.
|
|||||||
|
|
||||||
### Host Network
|
### Host Network
|
||||||
- *HostPorts*, default `empty`. List of `HostPortRange`, defined by `min`(inclusive) and `max`(inclusive), which define the allowed host ports.
|
- *HostPorts*, default `empty`. List of `HostPortRange`, defined by `min`(inclusive) and `max`(inclusive), which define the allowed host ports.
|
||||||
|
|
||||||
### Allowed Host Paths
|
|
||||||
- *AllowedHostPaths* is a white list of allowed host path prefixes. Empty indicates that all host paths may be used.
|
|
||||||
|
|
||||||
## Admission
|
## Admission
|
||||||
|
|
||||||
_Admission control_ with `PodSecurityPolicy` allows for control over the
|
_Admission control_ with `PodSecurityPolicy` allows for control over the
|
||||||
|
|||||||
Reference in New Issue
Block a user