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

[BUG] kbcli describe-config function breaks #4463

Closed
nayutah opened this issue Jul 25, 2023 · 1 comment · Fixed by #4535
Closed

[BUG] kbcli describe-config function breaks #4463

nayutah opened this issue Jul 25, 2023 · 1 comment · Fixed by #4535
Assignees
Labels
bug kind/bug Something isn't working

Comments

@nayutah
Copy link
Collaborator

nayutah commented Jul 25, 2023

slc@slcmac ~ % kbcli cluster describe-config ferns32 (a redis cluster)
error: please specify a component as there are more than one component in cluster.

@nayutah nayutah added the kind/bug Something isn't working label Jul 25, 2023
@sophon-zt
Copy link
Contributor

The current config-related subcommands all need to specify a component (--component). The automatic selection of components does not take effect in this case, because both redis and sentinel have configSpecs. If you want desc-config to display all component information, I need to support it.

Similar subcommand: explain-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug kind/bug Something isn't working
Projects
None yet
3 participants