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] Allow setting slices with one element in set #5264

Closed
r-vasquez opened this issue Jun 29, 2022 · 1 comment · Fixed by #5522
Closed

[rpk] Allow setting slices with one element in set #5264

r-vasquez opened this issue Jun 29, 2022 · 1 comment · Fixed by #5522
Assignees
Labels
area/rpk kind/bug Something isn't working

Comments

@r-vasquez
Copy link
Contributor

When running rpk redpanda config set I want to be able to set elements in a set by passing a single value.

error example:

$ rpk redpanda config set rpk.kafka_api.brokers 0.0.0.0:9092

yaml: unmarshal errors:
  line 1: cannot unmarshal !!str `0.0.0.0...` into []string

Additional information

Follow up issue for #5061 (comment)

@twmb
Copy link
Contributor

twmb commented Jul 20, 2022

The above will be possible in v22.2.1

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

Successfully merging a pull request may close this issue.

2 participants