[sig-cli] Find out more global flags be shadowed in kubectl #103835
Comments
@jyz0309: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig cli |
/good-first-issue |
@jyz0309: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign glad to provide a help. |
/assign |
@kerthcet I was messing around the codebase and found an instance in kubectl set subject and submitted a PR. |
sounds good. Or maybe you can help to find out more shadowed ones. it depends whatever. |
/unassign |
@kerthcet I took a look and didn't find other instances. Assigning it to me then. |
/assign |
/assign |
What would you like to be added:
As the #103769 comment said,
--user
flag has been shadowed by the root command flag and not show in thekubectl create clusterrolebinding --help
command. We want to find out more flag which be shadowed and rename it.Just like: #103809
Why is this needed:
For example,
kubectl create rolebinding --help
now not show the--user
flag. But it's an optional flag for command. I think we need to show all flags that use in this command.The text was updated successfully, but these errors were encountered: