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

rpk config set fails because of list vs single issue #48

Closed
travisdowns opened this issue Nov 13, 2021 · 2 comments
Closed

rpk config set fails because of list vs single issue #48

travisdowns opened this issue Nov 13, 2021 · 2 comments

Comments

@travisdowns
Copy link
Member

As described in redpanda-data/redpanda#2958 things can go wrong when the list syntax for some properties are mixed with the single map syntax.

This happens in the ansible deploy, where we use the single syntax, but it gets transformed to list and then subsequent redpanda configures fail to set that property because we can't overwrite a list with a single value.

The list format is preferred and supported by all tools, while the single value is effectively deprecated and not supported by some tools. We should use list syntax.

@r-vasquez
Copy link
Contributor

With v22.2.1 now this shouldn't be a problem, need to test before closing.

@gene-redpanda
Copy link
Contributor

Closed as stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants