fix: include kubeadm verbosity flag in generated docs - #469
Conversation
|
|
|
Welcome @aryansk! |
neolit123
left a comment
There was a problem hiding this comment.
/lgtm
$ kubeadm --help
...
-v, --v Level number for the log level verbosity
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
|
you need sign the cla @aryansk so reviewers can review/approve this change |
|
/easycla |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aryansk, lavishpal The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Thanks @lavishpal for the approval and thoughtful review! Really appreciate you taking the time to look this over. |
Summary
-v, --vin generated kubeadm docs while keeping unsupported logging flags hiddenThis addresses kubernetes/website#48717.
Validation
go test ./...go run main.go build kubeadmbuild/kubeadm.mdcontains-v, --v intCodex was used to inspect the issue and repository, implement this focused fix, and run the available validation. I reviewed the final diff and generated output.