We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2504fbc commit 3ceb3e0Copy full SHA for 3ceb3e0
modules/reference/pages/rpk/rpk-redpanda/rpk-redpanda-config-set.adoc
@@ -55,13 +55,6 @@ the end of an array to extend it:
55
rpk redpanda config set redpanda.advertised_kafka_api[1] '{address: 10.0.0.1, port: 9092}'
56
----
57
58
-The json format can be used to set values as json:
59
-
60
-[,bash]
61
-----
62
-rpk redpanda config set redpanda.rpc_server '{"address":"0.0.0.0","port":33145}' --format json
63
64
65
You may also use `<key>=<value>` notation for setting configuration properties:
66
67
[,bash]
0 commit comments