Information
Do not allow all requests.
Rationale:
Setting admission control policy to 'AlwaysAdmit' allows all requests and do not filter any requests.
Solution
Edit the API server pod specification file '/etc/kubernetes/manifests/kube-apiserver.yaml' on the master node and set the '--admission-control' parameter to a value that does not include 'AlwaysAdmit'.
Impact:
Only requests explicitly allowed by the admissions control policy would be served.