pulsar-manager icon indicating copy to clipboard operation
pulsar-manager copied to clipboard

Manager doesn't show the Standalone cluster option for adding to tenant

Open lsadehaan opened this issue 4 years ago • 9 comments

When trying to create a tenant on a standalone cluster (using the provided docker-compose deploy) there is no "standalone" cluster option for adding to a newly created tenant.

lsadehaan avatar Apr 20 '20 18:04 lsadehaan

@lsadehaan do you have any screenshot about the issue you are encountering?

sijie avatar Apr 23 '20 01:04 sijie

Sure, here you go: image

lsadehaan avatar Apr 23 '20 06:04 lsadehaan

@lsadehaan If you click "Clusters" tab, do you see any cluster there?

sijie avatar Apr 23 '20 06:04 sijie

No I don't

lsadehaan avatar Apr 23 '20 10:04 lsadehaan

I also encountered the same situation, through pulsar-admin can find standalone.
image

jiawulin001 avatar Jun 23 '20 07:06 jiawulin001

After entering the container, I checked the log and found the following error message: image

I think the wrong pulsar api service address is used,my pulsar service address is http://192.168.56.101:8080

image

jiawulin001 avatar Jun 23 '20 08:06 jiawulin001

@jiawulin001 You can try to get cluster information:

./bin/pulsar-admin clusters get standalone

Update cluster data:

./bin/pulsar-admin clusters update standalone --url http://192.168.56.101:8080

tuteng avatar Jun 23 '20 14:06 tuteng

@jiawulin001 You can try to get cluster information:

./bin/pulsar-admin clusters get standalone

Update cluster data:

./bin/pulsar-admin clusters update standalone --url http://192.168.56.101:8080

thx
After updating the serviceUrl, the problem is solved. It is recommended to optimize the UI, if the service address is set incorrectly, the page always shows loading. image

jiawulin001 avatar Jun 24 '20 02:06 jiawulin001

thx

xianwei avatar Jan 20 '23 07:01 xianwei