Information
Do not bind to insecure addresses.
Rationale:
If you bind the federation apiserver to an insecure address, basically anyone who could connect to it over the insecure port, would have unauthenticated and unencrypted access to it. The federation apiserver doesn't do any authentication checking for insecure binds and neither the insecure traffic is encrypted. Hence, you should not bind the federation apiserver to an insecure address.
Solution
Edit the deployment specs and remove '--insecure-bind-address'.
kubectl edit deployments federation-apiserver-deployment --namespace=federation-system
Impact:
None