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 2022/06/03 19:26:15 UTC

[GitHub] [pulsar] grahambunce opened a new issue, #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect

grahambunce opened a new issue, #15927:
URL: https://github.com/apache/pulsar/issues/15927

   ### What issue do you find in Pulsar docs?
   
   Follow instructions in this URL:
   
   https://pulsar.apache.org/docs/getting-started-helm/#step-4-use-pulsar-manager-to-manage-the-cluster
   
   The Helm script does not appear to install the Pulsar Manager nodes. Therefore Step 4 is not possible.
   
   ### What is your suggestion?
   
   Fix the script to install pulsar manager as described or change the instructions in step 1.4 to include any appropriate settings to force this to occur
   
   ### Do you have any references?
   
   https://pulsar.apache.org/docs/getting-started-helm/#step-4-use-pulsar-manager-to-manage-the-cluster
   
   ### Would you like to fix this issue?
   
   I cannot fix the issue - I do not know if this is a Helm script error or a setup error.
   
   ### Note
   
   - [X] I have researched my question.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar] momo-jun commented on issue #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect

Posted by GitBox <gi...@apache.org>.
momo-jun commented on issue #15927:
URL: https://github.com/apache/pulsar/issues/15927#issuecomment-1154622563

   @Anonymitaet it's not a doc issue. As suggested by @zymap, the Pulsar Manager should have been enabled in the [minikube values](https://github.com/apache/pulsar-helm-chart/blob/master/examples/values-minikube.yaml). With this file update, there is no need to update docs.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] liangyepianzhou commented on issue #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect

Posted by GitBox <gi...@apache.org>.
liangyepianzhou commented on issue #15927:
URL: https://github.com/apache/pulsar/issues/15927#issuecomment-1147161176

   @zymap Could you please take a look at this Issue?


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] zymap closed issue #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect

Posted by GitBox <gi...@apache.org>.
zymap closed issue #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect
URL: https://github.com/apache/pulsar/issues/15927


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] grahambunce commented on issue #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect

Posted by GitBox <gi...@apache.org>.
grahambunce commented on issue #15927:
URL: https://github.com/apache/pulsar/issues/15927#issuecomment-1147335008

   @zymap maybe so, but then the docs are wrong which was the reason why I raised the ticket 😀
   
   they should list the steps to enable this setting when you invoke the helm script 


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] zymap commented on issue #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect

Posted by GitBox <gi...@apache.org>.
zymap commented on issue #15927:
URL: https://github.com/apache/pulsar/issues/15927#issuecomment-1148082173

   Let's enable it in the examples values file. The minikube values file should enable all the features we have documented on the GetStarted page, because it is a demo project.
   
   Would you like to contribute to fixing that? Enabling the pulsar-manager in the [minikube values](https://github.com/apache/pulsar-helm-chart/blob/master/examples/values-minikube.yaml). That should be an easy fix.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Anonymitaet commented on issue #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on issue #15927:
URL: https://github.com/apache/pulsar/issues/15927#issuecomment-1151840346

   Hi @momo-jun this issue is related to getting started with Pulsar. It would be grateful if you can take care of it, thanks!


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] zymap commented on issue #15927: [Doc] Get Started in Kubernetes Step 4 - Use Pulsar Manager to manage the cluster is incorrect

Posted by GitBox <gi...@apache.org>.
zymap commented on issue #15927:
URL: https://github.com/apache/pulsar/issues/15927#issuecomment-1147185799

   Looks like the pulsar manager [disabled by default](https://github.com/apache/pulsar-helm-chart/blob/master/charts/pulsar/values.yaml#L128), could you please enable it and then retry the steps?


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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