frankvicky commented on code in PR #667: URL: https://github.com/apache/kafka-site/pull/667#discussion_r1991641913
########## 39/ops.html: ########## @@ -3801,7 +3801,7 @@ <h4 class="anchor-heading"><a id="kraft_storage" class="anchor-link"></a><a href <h5 class="anchor-heading"><a id="kraft_storage_standalone" class="anchor-link"></a><a href="#kraft_storage_standalone">Bootstrap a Standalone Controller</a></h5> The recommended method for creating a new KRaft controller cluster is to bootstrap it with one voter and dynamically <a href="#kraft_reconfig_add">add the rest of the controllers</a>. Bootstrapping the first controller can be done with the following CLI command: - <pre><code class="language-bash">$ bin/kafka-storage format --cluster-id <cluster-id> --standalone --config controller.properties</code></pre> + <pre><code class="language-bash">$ bin/kafka-storage.sh format --cluster-id <cluster-id> --standalone --config controller.properties</code></pre> Review Comment: If this is the case, we should also update L3828: `<pre><code class="language-bash">$ bin/kafka-storage.sh format --cluster-id <cluster-id> --config server.properties --no-initial-controllers</code></pre>` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org