Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The verbosity flag of kubeadm is not included in the documentation #48717

Open
adriancuadrado opened this issue Nov 14, 2024 · 6 comments
Open
Labels
kind/bug Categorizes issue or PR as related to a bug. language/en Issues or PRs related to English language priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/docs Categorizes an issue or PR as relevant to SIG Docs. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@adriancuadrado
Copy link

This is a Bug Report

See kubernetes/kubeadm#3125 (comment)

@adriancuadrado adriancuadrado added the kind/bug Categorizes issue or PR as related to a bug. label Nov 14, 2024
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Nov 14, 2024
@kundan2707
Copy link
Contributor

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 14, 2024
@sftim
Copy link
Contributor

sftim commented Nov 14, 2024

/sig cluster-lifecycle
/language en

@k8s-ci-robot k8s-ci-robot added sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. language/en Issues or PRs related to English language labels Nov 14, 2024
@sftim
Copy link
Contributor

sftim commented Nov 14, 2024

To fix this, we need to change the code within https://github.com/kubernetes-sigs/reference-docs/ - see gen-compdocs/comps/gen_kube_docs.go

Feels like a good task for people who enjoy coding in Go.

/priority backlog

@k8s-ci-robot k8s-ci-robot added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Nov 14, 2024
@neolit123
Copy link
Member

neolit123 commented Nov 14, 2024

/sig docs
(ref-docs owner)
cc @tengqm

no idea why this flag --v is not shown, but that's the first complain about it..

@k8s-ci-robot k8s-ci-robot added the sig/docs Categorizes an issue or PR as relevant to SIG Docs. label Nov 14, 2024
@tengqm
Copy link
Contributor

tengqm commented Nov 15, 2024

Any evidence that the -v flag is supported in /cmd/kubeadm/app/cmd/init.go or related source?

@adriancuadrado
Copy link
Author

@tengqm

Any evidence that the -v flag is supported in /cmd/kubeadm/app/cmd/init.go or related source?

https://github.com/kubernetes/kubernetes/blob/475ee33f698334e5b00c58d3bef4083840ec12c5/cmd/kubeadm/app/kubeadm.go#L38

That's where the flag is being added, along with add_dir_header and skip_headers. In either case it shows up when running --help, so it should be more than enough proof that the -v flag is supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. language/en Issues or PRs related to English language priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/docs Categorizes an issue or PR as relevant to SIG Docs. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

6 participants