Information
Do not bind to insecure port.
Rationale:
Setting up the federation apiserver to serve on an insecure port would allow unauthenticated and unencrypted access to it. It is assumed that firewall rules are set up such that this port is not reachable from outside of the cluster. But, as a defense in depth measure, you should not use an insecure port.
Solution
Edit the deployment specs and set `--insecure-port=0`. `kubectl edit deployments federation-apiserver-deployment --namespace=federation-system`
Impact:
None