Information
Enable auditing on kubernetes federation apiserver and set the desired audit log path as appropriate.
Rationale:
Auditing Kubernetes federation apiserver provides a security-relevant chronological set of records documenting the sequence of activities that have affected system by individual users, administrators or other components of the system. Even though currently, Kubernetes provides only basic audit capabilities, it should be enabled. You can enable it by setting an appropriate audit log path.
Solution
Edit the deployment specs and set `--audit-log-path` argument as appropriate. `kubectl edit deployments federation-apiserver-deployment --namespace=federation-system`
Impact:
None