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/19 14:28:41 UTC

[GitHub] [pulsar-helm-chart] toneill818 opened a new issue #56: Error Reading Functions Worker ConfigMap

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


   **Describe the bug**
   When enabling functions, the broker throws the following error:
   
   > Error while trying to fetch configmap pulsar-functions-worker-config at namespace
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Set Components.functions to True (true by default)
   2. View broker logs
   4. See error
   
   **Expected behavior**
   I think the role needs to be bound to the broker service account. It currently creates another service account named `pulsar-functions-worker`. Not sure if that SA is used by the functions, but the `pulsar-broker-acct` does not have access to the function worker config map.
   
   What is the `pulsar-functions-worker` used for? Is it used by the functions? If so we can add read access to the `pulsar-broker-acct` role that is bound so it can read the ConfigMap.


----------------------------------------------------------------
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 #56: Error Reading Functions Worker ConfigMap

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


   
   ![image](https://user-images.githubusercontent.com/33832024/103174599-c9d3df80-4863-11eb-9b99-ce71aaf2ce5d.png)
   
   Sadly this error still persists even in 2.7
   Still can't figure out the error, even created the clusterrole from stretch again like described in [Function Docs](https://pulsar.apache.org/docs/en/functions-runtime/)
   
   
   


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