jdbeck commented on pull request #9556: URL: https://github.com/apache/pulsar/pull/9556#issuecomment-781792781
Hi @Anonymitaet, That looks good. Your suggestions for the updates are correct. I'm also wondering if you should mention or link to this document as well: https://pulsar.apache.org/docs/en/next/functions-runtime/ It contains other useful information for making sure you setup your pulsar resources correctly to work within Kubernetes without issue. You could point out the customizable options in CustomRuntimeOptions for 'JobName' and 'JobNamespace'. Having those available can also help a user not run into k8s issues with pod names being too long by default (pf-<tenant>-<namepace>-<function_name>) if you have defined long tenant, namespace, and function names in Pulsar when creating functions on the Kubernetes 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: [email protected]
