You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/11/11 14:48:45 UTC

[GitHub] [pulsar] rvashishth commented on issue #5567: dashboard is unable to connect with borker cluster

rvashishth commented on issue #5567: dashboard is unable to connect with borker cluster
URL: https://github.com/apache/pulsar/issues/5567#issuecomment-552474954
 
 
   i am using mac. Below is the first command to run [doc - docker standalone](https://pulsar.apache.org/docs/en/standalone-docker/)
   
   `docker run -it -p 6650:6650 -p 8080:8080 -v $PWD/data:/pulsar/data apachepulsar/pulsar:2.4.1 bin/pulsar standalone`
   
   This will start the pulsar cluster, accessible at localhost:8080, on mac the same will also be accessible on <http://docker.for.mac.localhost:8080/>
   
   Later i started with following command 
   `SERVICE_URL=http://docker.for.mac.localhost:8080/`
   `docker run -p 80:80 -e SERVICE_URL=$SERVICE_URL apachepulsar/pulsar-dashboard:2.4.1`
   
   I also tried to use `--advertised-address` but, broker standalone cluster didn't start with advertise address.  But starting docker standalone with this command didn't workout.
   
   ` docker run -it -p 6650:6650 -p 8080:8080 -v $PWD/data:/pulsar/data apachepulsar/pulsar:2.4.1 bin/pulsar standalone --advertised-address=10.192.31.2`
   
   Here the ip is my localhost ip.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services