tuteng edited a comment on issue #214:
URL: https://github.com/apache/pulsar-manager/issues/214#issuecomment-641320862


   If you start a cluster, it is configured by this command during 
initialization.  http://pulsar.apache.org/docs/en/deploy-bare-metal/
   
   ```
   bin/pulsar initialize-cluster-metadata \
     --cluster pulsar-cluster-1 \
     --zookeeper zk1.us-west.example.com:2181 \
     --configuration-store zk1.us-west.example.com:2181 \
     --web-service-url http://pulsar.us-west.example.com:8080 \
     --web-service-url-tls https://pulsar.us-west.example.com:8443 \
     --broker-service-url pulsar://pulsar.us-west.example.com:6650 \
     --broker-service-url-tls pulsar+ssl://pulsar.us-west.example.com:6651
   ```
   
   If you start a standalone environment, you can configure the broadcast 
address `advertisedAddress` in the configuration file `conf/standaone.conf`
   
   Then:
   
   ```
   ./bin/pulsar-admin clusters get cluster-name
   ```
   
   In a word, our aim is to enable pulsar-manager service to connect the pulsar 
cluster, whether through the domain name or IP address @rodrigodevelms 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to