Is there a way to change the logging level on a running cluster, specifically for a single system component such as kube-proxy?
I see some discussion related to this:
https://github.com/kubernetes/test-infra/pull/4311
and it seems like some sort of a mechanism was put in place, but it is not clear to me how to use this mechanism.
This question came about because we are troubleshooting connections to a NodePort service (which should go through kube-proxy), and at the default level of --v=2 kube-proxy doesn't seem to log any of the connections that it proxies, so seeking to increase it.