kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.38k stars 14.14k forks source link

kube-proxy reference showing wrong logging flags #44750

Open manuelbuil opened 6 months ago

manuelbuil commented 6 months ago

Hi,

By grepping on the logging related kube-proxy flags, I see:

* log-flush-frequency
* log-json-info-buffer-size
* log-json-split-stream
* logging-format

However, in the reference docs there are many more:

* alsologtostderr
* log_backtrace_at 
* log_dir
* log_file
* log_file_max_size
* logtostderr

If I use any of those, as expected, I get an error: Error: unknown flag:

sftim commented 6 months ago

/kind bug /sig docs /language en

sftim commented 6 months ago

/triage accepted /priority backlog

kundan2707 commented 6 months ago

/assign

k8s-ci-robot commented 2 weeks ago

@kundan2707: The label(s) sig/netwotk cannot be applied, because the repository doesn't have them.

In response to [this](https://github.com/kubernetes/website/issues/44750#issuecomment-2203493205): >/sig netwotk Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
kundan2707 commented 2 weeks ago

/sig network

mengjiao-liu commented 2 weeks ago

Many log flags have indeed been removed in the kube-proxy. See the following pages for more details:

kundan2707 commented 2 weeks ago

@mengjiao-liu i have considered removed flag too and updated as per latest available flags

mengjiao-liu commented 2 weeks ago

Great! the above information is for reference only.