You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/16 18:02:42 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#ae0f86b)

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 20d4e5fc5a9 Docs sync done from apache/pulsar(#ae0f86b)
20d4e5fc5a9 is described below

commit 20d4e5fc5a95a47b34aa2857cf34f08ed74e3891
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Fri Sep 16 18:02:37 2022 +0000

    Docs sync done from apache/pulsar(#ae0f86b)
---
 site2/website-next/docs/administration-pulsar-manager.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/site2/website-next/docs/administration-pulsar-manager.md b/site2/website-next/docs/administration-pulsar-manager.md
index bc717f8afdf..e5af6634e23 100644
--- a/site2/website-next/docs/administration-pulsar-manager.md
+++ b/site2/website-next/docs/administration-pulsar-manager.md
@@ -18,11 +18,11 @@ If you are monitoring your current stats with Pulsar dashboard, we recommend you
 The easiest way to use the Pulsar Manager is to run it inside a [Docker](https://www.docker.com/products/docker) container.
 
 ```shell
-docker pull apachepulsar/pulsar-manager:v0.2.0
+docker pull apachepulsar/pulsar-manager:v0.3.0
 docker run -it \
   -p 9527:9527 -p 7750:7750 \
   -e SPRING_CONFIGURATION_FILE=/pulsar-manager/pulsar-manager/application.properties \
-  apachepulsar/pulsar-manager:v0.2.0
+  apachepulsar/pulsar-manager:v0.3.0
 ```
 
 * Pulsar Manager is divided into front-end and back-end, the front-end service port is `9527` and the back-end service port is `7750`.
@@ -48,13 +48,13 @@ spring.datasource.password=postgres
 3. Add a configuration mount and start with a docker image.
 
 ```bash
-docker pull apachepulsar/pulsar-manager:v0.2.0
+docker pull apachepulsar/pulsar-manager:v0.3.0
 docker run -it \
     -p 9527:9527 -p 7750:7750 \
     -v /your-path/application.properties:/pulsar-manager/pulsar-
 manager/application.properties
     -e SPRING_CONFIGURATION_FILE=/pulsar-manager/pulsar-manager/application.properties \
-    apachepulsar/pulsar-manager:v0.2.0
+    apachepulsar/pulsar-manager:v0.3.0
 ```
 
 ####  Enable JWT authentication (optional)
@@ -83,14 +83,14 @@ For more information, see [Token Authentication Admin of Pulsar](security-token-
 Docker command to add profile and key files mount.
 
 ```bash
-docker pull apachepulsar/pulsar-manager:v0.2.0
+docker pull apachepulsar/pulsar-manager:v0.3.0
 docker run -it \
   -p 9527:9527 -p 7750:7750 \
   -v /your-path/application.properties:/pulsar-manager/pulsar-
 manager/application.properties
   -v /your-path/private.key:/pulsar-manager/private.key
   -e SPRING_CONFIGURATION_FILE=/pulsar-manager/pulsar-manager/application.properties \
-  apachepulsar/pulsar-manager:v0.2.0
+  apachepulsar/pulsar-manager:v0.3.0
 ```
 
 ### Set the administrator account and password
@@ -134,8 +134,8 @@ When using binary packages for direct deployment, you can follow these steps.
 - Download and unzip the binary package, which is available on the [Pulsar Download](/download/) page.
 
   ```bash
-  	wget https://dist.apache.org/repos/dist/release/pulsar/pulsar-manager/pulsar-manager-0.2.0/apache-pulsar-manager-0.2.0-bin.tar.gz
-  	tar -zxvf apache-pulsar-manager-0.2.0-bin.tar.gz
+  	wget https://dist.apache.org/repos/dist/release/pulsar/pulsar-manager/pulsar-manager-0.3.0/apache-pulsar-manager-0.3.0-bin.tar.gz
+  	tar -zxvf apache-pulsar-manager-0.3.0-bin.tar.gz
   ```
 
 - Extract the back-end service binary package and place the front-end resources in the back-end service directory.