Information
Do not allow all requests.
Rationale:
Setting admission control plugin AlwaysAdmit allows all requests and does not filter any requests.
The AlwaysAdmit admission controller was deprecated in Kubernetes v1.13. Its behavior was equivalent to turning off all admission controllers.
Impact:
Only requests explicitly allowed by the admissions control plugins would be served.
Solution
None.
Default Value:
This AlwaysAdmit controller is disabled by default in OpenShift and cannot be enabled.