This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new e41fdc0705c5 Docs sync done from apache/pulsar (#47d35a0)
e41fdc0705c5 is described below
commit e41fdc0705c58f57715514fde31bc1c51cfa88c2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 30 01:38:45 2024 +0000
Docs sync done from apache/pulsar (#47d35a0)
---
static/reference/next/pulsar/initialize-cluster-metadata.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/static/reference/next/pulsar/initialize-cluster-metadata.md
b/static/reference/next/pulsar/initialize-cluster-metadata.md
index 3bdee456b585..1a6797d7d1c5 100644
--- a/static/reference/next/pulsar/initialize-cluster-metadata.md
+++ b/static/reference/next/pulsar/initialize-cluster-metadata.md
@@ -14,6 +14,9 @@ $ pulsar initialize-cluster-metadata options
| `-tw, --web-service-url-tls` | Web-service URL for new cluster with TLS
encryption|null|
| `-ub, --broker-service-url` | Broker-service URL for new cluster|null|
| `-tb, --broker-service-url-tls` | Broker-service URL for new cluster with
TLS encryption|null|
+| `-te, --tls-enable` | Enable TLS connection for new cluster|null|
+| `--auth-plugin` | The authentication plugin for new cluster|null|
+| `--auth-parameters` | The authentication parameters for new cluster|null|
| `-md, --metadata-store` | Metadata Store service url. eg: zk:my-zk:2181|null|
| `--zookeeper-session-timeout-ms` | Local zookeeper session timeout ms|30000|
| `-cms, --configuration-metadata-store` | Configuration Metadata Store
connection string|null|