kubernetes/cmd/kube-proxy/app
Patrick Ohly 6ddcdef29a kube-proxy: fix combination of --config and logging command line flags
When parsing a config file, all settings derived from command line flags are
discarded because only the config settings are used. That has been the
traditional behavior for non-logging flags.

But `--config ... -v=4` used to work until
71ef0dafa7 added logging to the configuration.
To restore the original behavior, kube-proxy now:
- parses flags
- reads the config file
- applies logging settings from the flags to the config loaded from file
- uses that merged config
2023-08-10 11:14:04 +02:00
..
conntrack.go logging: fix names of keys 2023-01-23 14:24:29 +01:00
init_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
init_windows.go Fix health check from Google's Load Balancer 2022-03-11 22:34:59 -08:00
server_others_test.go kube-proxy: fix combination of --config and logging command line flags 2023-08-10 11:14:04 +02:00
server_others.go Remove unnecessary utiliptables.Interface arg from local detectors 2023-07-05 09:11:23 -04:00
server_test.go kube-proxy: fix combination of --config and logging command line flags 2023-08-10 11:14:04 +02:00
server_windows.go Figure out single-stack/dual-stack support before creating the proxier 2023-06-30 17:43:04 -04:00
server.go kube-proxy: fix combination of --config and logging command line flags 2023-08-10 11:14:04 +02:00