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 deployment specs and set `--admission-control` argument to a value that does not include `AlwaysAdmit`. `kubectl edit deployments federation-apiserver-deployment --namespace=federation-system`
Impact:
Only requests explicitly allowed by the admissions control policy would be served.