apache / apache/pulsar-manager
Not able to do any operations in pulsar manager ( pulsar admin ui )
- Dominant language
- Vue
- Stars
- 539
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
In pulsar admin ui , i cannot able to see the clusters available . While creating tenant it is asking me to select cluster but nothing is avaliable in cluster list .
By using this command ( ./bin/pulsar-admin clusters list ) , we get the list of clusters. But when i am trying to run this command itself its throwing error .
I am getting below error .
C:\Users\PavankalyanGandhapud> /bin/pulsar-admin clusters list
/bin/pulsar-admin : The term '/bin/pulsar-admin' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ /bin/pulsar-admin clusters list
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (/bin/pulsar-admin:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
-- I am working on windows machine .
Please help on the same .
Contributor guide
Assessment
This issue has not been assessed yet.