This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git
The following commit(s) were added to refs/heads/master by this push:
new 9fd1ef6 docs: update README (#462)
9fd1ef6 is described below
commit 9fd1ef6634d35b30268b3336918578a4224a0fc3
Author: Max Xu <[email protected]>
AuthorDate: Thu May 19 17:40:49 2022 +0800
docs: update README (#462)
---
README.md | 3 +++
docs/img/pulsar-manager-environments.gif | Bin 93073 -> 878936 bytes
2 files changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 4374b2c..d2f075d 100644
--- a/README.md
+++ b/README.md
@@ -197,6 +197,7 @@ After running these steps, the Pulsar Manager is running
locally at http://127.0
- Input the "Environment Name". The environment name is used for
identifying an environment.
- Input the "Service URL". The Service URL is the admin service url of
your Pulsar cluster.
- You need to make sure the service url that Pulsar Manager is able to
access. In this example, both pulsar container and pulsar-manager container are
linked. So you can use pulsar container name as the domain name of the pulsar
standalone cluster. Thus you can type `http://pulsar-standalone:8080`.
+ - Input the "Bookie URL". In this example, you can type
`http://pulsar-standalone:6650`
## Configure Pulsar Manager
@@ -232,6 +233,8 @@ The puslar-manager supports multiple environment
configurations and can manage m
Here, the service URL represents the service IP address of the broker. If you
run Pulsar manager in the standalone mode, it should be set to
"http://127.0.0.1:8080".
You can easily find it in the client.conf file of your pulsar-manager.
+And the bookie URL represents the service IP address of the bookkeeper. If you
run Pulsar manager in the standalone mode, it should be set to
"http://127.0.0.1:6650".
+

### Manage tenants
diff --git a/docs/img/pulsar-manager-environments.gif
b/docs/img/pulsar-manager-environments.gif
index 67246b8..4ba7088 100644
Binary files a/docs/img/pulsar-manager-environments.gif and
b/docs/img/pulsar-manager-environments.gif differ