You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/20 18:26:39 UTC

[GitHub] [pulsar-manager] lsadehaan opened a new issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

lsadehaan opened a new issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292


   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.


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



[GitHub] [pulsar-manager] tuteng edited a comment on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
tuteng edited a comment on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-648173912


   @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
   ```


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



[GitHub] [pulsar-manager] jiawulin001 commented on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
jiawulin001 commented on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-648540326


   > @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](https://user-images.githubusercontent.com/14244944/85489899-58d91400-b603-11ea-8e5f-59fb70911f7c.png)
   
   


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



[GitHub] [pulsar-manager] sijie commented on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-618129236


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


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



[GitHub] [pulsar-manager] jiawulin001 commented on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
jiawulin001 commented on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-647962813


   I also encountered the same situation, through `pulsar-admin` can find `standalone`.  
   ![image](https://user-images.githubusercontent.com/14244944/85372874-0ba66500-b565-11ea-9a06-ff3e72c4ac66.png)
   


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



[GitHub] [pulsar-manager] lsadehaan commented on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
lsadehaan commented on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-618200147


   Sure, here you go:
   ![image](https://user-images.githubusercontent.com/4754900/80065256-339b2d00-8510-11ea-927a-3d26a23d6257.png)
   


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



[GitHub] [pulsar-manager] sijie commented on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-618210151


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


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



[GitHub] [pulsar-manager] lsadehaan commented on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
lsadehaan commented on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-618311579


   No I don't


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



[GitHub] [pulsar-manager] tuteng commented on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
tuteng commented on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-648173912


   @jiawulin001 You can try to get cluster information:
   
   ```
   ./bin/pulsar-admin clusters get cluster-name
   ```
   
   Update cluster data:
   
   ```
   ./bin/pulsar-admin clusters update cluster-name --url http://192.168.56.101:8080
   ```


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



[GitHub] [pulsar-manager] jiawulin001 commented on issue #292: Manager doesn't show the Standalone cluster option for adding to tenant

Posted by GitBox <gi...@apache.org>.
jiawulin001 commented on issue #292:
URL: https://github.com/apache/pulsar-manager/issues/292#issuecomment-647986768


   After entering the container, I checked the log and found the following error messageļ¼š
   ![image](https://user-images.githubusercontent.com/14244944/85377510-c9345680-b56b-11ea-9108-af8b71e46b39.png)
   
   I think the wrong pulsar api service address is used,my pulsar service address is `http://192.168.56.101:8080`  
   
   ![image](https://user-images.githubusercontent.com/14244944/85378245-def64b80-b56c-11ea-853a-6de04b3b8a88.png)
   
   


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