Closed jsturtevant closed 1 year ago
I have a feeling that https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ needs a special process to update it after a release - maybe we didn't yet do that.
/sig release /language en /triage accepted
/assign
This is a Bug Report
Problem:
The doc https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ shows documentation for log-dir and logtostderr:
but they were removed from kubelet in 1.26:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md):
Legacy klog flags are no longer available. Only -v and -vmodule are still supported. (https://github.com/kubernetes/kubernetes/pull/112120, [@pohly](https://github.com/pohly)) [SIG Architecture, CLI, Instrumentation, Node and Testing]
. The PR linked is merged in v1.26: https://github.com/kubernetes/kubernetes/pull/112120Found in https://github.com/kubernetes-sigs/sig-windows-tools/pull/259#issuecomment-1362799339