kubernetes/cmd
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
..
clicheck More migrations from genericclioptions to genericiooptions 2023-04-05 17:05:23 +03:00
cloud-controller-manager kube-controller-manager: finish conversion to contextual logging 2023-07-12 14:57:29 +02:00
dependencycheck replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
dependencyverifier exit 1 if status are not as expected(order) 2023-06-18 14:09:50 +08:00
fieldnamedocscheck Add linter to check if api docs match field tag names 2023-01-18 10:49:12 +08:00
gendocs More migrations from genericclioptions to genericiooptions 2023-04-05 17:05:23 +03:00
genkubedocs replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
genman More migrations from genericclioptions to genericiooptions 2023-04-05 15:03:09 +03:00
genswaggertypedocs
genutils
genyaml More migrations from genericclioptions to genericiooptions 2023-04-05 17:05:23 +03:00
importverifier replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
kube-apiserver api: add v1beta1 ValidatingAdmissionPolicy/Binding types and storage 2023-07-20 13:24:09 -07:00
kube-controller-manager refactor: replace usage of v1alpha1 with v1beta1 2023-07-21 13:41:24 -07:00
kube-proxy kube-proxy: fix combination of --config and logging command line flags 2023-08-10 11:14:04 +02:00
kube-scheduler docs: add comment describing LoadConfigFromFile 2023-07-13 09:59:39 +05:30
kubeadm Merge pull request #119351 from SataQiu/fix-kubeadm-20230716 2023-07-16 22:07:07 -07:00
kubectl Update sig-cli OWNERS 2022-02-14 10:55:35 -07:00
kubectl-convert More migrations from genericclioptions to genericiooptions 2023-04-05 17:05:23 +03:00
kubelet cmd/kubelet: implement drop-in configuration directory for kubelet 2023-07-18 21:41:14 -04:00
kubemark Move hollow_proxy.go from pkg/kubemark to pkg/proxy/kubemark 2023-03-16 09:47:54 -04:00
preferredimports preferredimports: support regular expressions for the import path 2022-09-08 18:37:52 +02:00
prune-junit-xml prune's xml files to display only top level tests and failed sub-tests 2023-06-06 05:26:00 -07:00
yamlfmt add reviewers and labels to yamlfmt 2023-05-17 09:59:26 -07:00
OWNERS lavalamp is taking a long break 2023-05-11 16:43:38 +00:00