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/11/20 14:10:04 UTC

[GitHub] [pulsar-helm-chart] dadacom379 opened a new issue #85: Change Pulsar Manager docker image

dadacom379 opened a new issue #85:
URL: https://github.com/apache/pulsar-helm-chart/issues/85


   When activating JWT token authentication the Pulsar manager is not connecting to broker. The manager image **v0.1.0** does not support JWT configuration.
   
   - Docker image **v0.1.0** entrypoint: https://github.com/apache/pulsar-manager/blob/v0.1.0/docker/entrypoint.sh
   
   In the new version **v0.2.0** the support is there:
   - Docker image  entrypoint: https://github.com/apache/pulsar-manager/blob/v0.2.0/docker/entrypoint.sh
   
   The solution is to change the docker version of the docker images from the helm chart.
   
   The actual config in helm chart version **pulsar-2.6.2-1** : 
   ![image](https://user-images.githubusercontent.com/17455054/99808853-79a08980-2b0f-11eb-8611-154894869b48.png)
   
   The correction should look like:
   ![image](https://user-images.githubusercontent.com/17455054/99809040-c08e7f00-2b0f-11eb-80eb-1622a00da46f.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-helm-chart] jeantil commented on issue #85: Change Pulsar Manager docker image version

Posted by GitBox <gi...@apache.org>.
jeantil commented on issue #85:
URL: https://github.com/apache/pulsar-helm-chart/issues/85#issuecomment-800071262


   I found this issue while looking into #31 and #108 
   Since the tag version is in values.yml you can use `--set images.pulsar_manager.tag=v0.2.0` to upgrade the version 
   like so 
   ```
   helm install --set images.pulsar_manager.tag=v0.2.0 --set initialize=true --set create_namespace=true --values examples/values-minikube.yaml --namespace pulsar pulsar-mini apache/pulsar
   ```
   not sure if that will solve your issue but it's worth a shot


----------------------------------------------------------------
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-helm-chart] lhotari commented on issue #85: Change Pulsar Manager docker image version

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #85:
URL: https://github.com/apache/pulsar-helm-chart/issues/85#issuecomment-1021917774


    The docker image version was upgraded as part of #206. 


-- 
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: dev-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar-helm-chart] lhotari closed issue #85: Change Pulsar Manager docker image version

Posted by GitBox <gi...@apache.org>.
lhotari closed issue #85:
URL: https://github.com/apache/pulsar-helm-chart/issues/85


   


-- 
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: dev-unsubscribe@pulsar.apache.org

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