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/08/13 09:11:40 UTC

[GitHub] [pulsar-helm-chart] Syphixs opened a new issue #51: template error in 2.6.0-2

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


   **Describe the bug**
   Template error when trying to install the newest verision.
   
   Error: template: pulsar/templates/zookeeper-podmonitor.yaml:21:8: executing "pulsar/templates/zookeeper-podmonitor.yaml" at <$.Values.zookeeper.podMonitor.enabled>: nil pointer evaluating interface {}.enabled
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. download newest master release
   2. unpack it
   3. helm install --set initialize=true pulsar -f pulsar-2.6.0-2/values.yaml ./pulsar-2.6.0-2/
   **Expected behavior**
   a succesfull install of helm chart
   
   **Screenshots**
   ![image](https://user-images.githubusercontent.com/33832024/90116231-7d28b580-dd55-11ea-8fbf-c4550f6a4a9f.png)
   
   
   **Desktop (please complete the following information):**
    - OS: IOS
   
   **Additional context**
   had hoped this release would fix the init container errors from pulsar-broker.
   


----------------------------------------------------------------
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] toneill818 commented on issue #51: template error in 2.6.0-2

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


   You don't want to change the values.yaml file in the release. Those hold all the default values and is why you are getting the error. You will want to put your values in a different file and reference them with the `-f` flag. That will override the default values in the values.yaml.


----------------------------------------------------------------
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] Syphixs edited a comment on issue #51: template error in 2.6.0-2

Posted by GitBox <gi...@apache.org>.
Syphixs edited a comment on issue #51:
URL: https://github.com/apache/pulsar-helm-chart/issues/51#issuecomment-673443133


   Okay it seems the problem comes from my value file which is kinda strange. I disabled monitoring.
   Here is my file:
   
   


----------------------------------------------------------------
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] Syphixs commented on issue #51: template error in 2.6.0-2

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


   yeah i did change them.
   Do you think it's an indentation problem?


----------------------------------------------------------------
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] Syphixs commented on issue #51: template error in 2.6.0-2

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


   oh you are right. 
   Sadly the brokers and proxys second init containers will not start even with the new version. 
   


----------------------------------------------------------------
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] toneill818 commented on issue #51: template error in 2.6.0-2

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


   Did you change the default values.yaml file? Looking at your screenshot it looks like you are pointing to the values.yaml file within the chart. 


----------------------------------------------------------------
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] Syphixs commented on issue #51: template error in 2.6.0-2

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


   yeah tried that already sadly the same error


----------------------------------------------------------------
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] Syphixs commented on issue #51: template error in 2.6.0-2

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


   fixed was not working cause I just had one pulsar bookie running


----------------------------------------------------------------
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] Syphixs edited a comment on issue #51: template error in 2.6.0-2

Posted by GitBox <gi...@apache.org>.
Syphixs edited a comment on issue #51:
URL: https://github.com/apache/pulsar-helm-chart/issues/51#issuecomment-673443133


   Okay it seems the problem comes from my value file which is kinda strange. I disabled monitoring.
   Here is my file (actually a yaml file but didn't let me upload it that way :/ ) :
   
   
   [values.txt](https://github.com/apache/pulsar-helm-chart/files/5068932/values.txt)
   


----------------------------------------------------------------
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] Syphixs closed issue #51: template error in 2.6.0-2

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


   


----------------------------------------------------------------
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] Syphixs commented on issue #51: template error in 2.6.0-2

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


   Okay it seems the problem comes from my value file which is kinda strange. I disabled monitoring.
   Here is my file:
   
   /Users/huttes/og/kubernetes/pulsar/pulsar-2.6.0-2/values.yaml


----------------------------------------------------------------
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] Syphixs removed a comment on issue #51: template error in 2.6.0-2

Posted by GitBox <gi...@apache.org>.
Syphixs removed a comment on issue #51:
URL: https://github.com/apache/pulsar-helm-chart/issues/51#issuecomment-673558271


   yeah tried that already sadly the same error


----------------------------------------------------------------
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] Syphixs edited a comment on issue #51: template error in 2.6.0-2

Posted by GitBox <gi...@apache.org>.
Syphixs edited a comment on issue #51:
URL: https://github.com/apache/pulsar-helm-chart/issues/51#issuecomment-673561133


   oh you are right. 
   Sadly the brokers and proxys second init containers will not start even with the new version. 
   #26 


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