freeznet commented on issue #9360: URL: https://github.com/apache/pulsar/issues/9360#issuecomment-771334421
@csthomas1 yes we should create a conversion for namespace as well like we do for the pod names. But I think Pulsar already provide a `ManifestCustomizer` interface for k8s, so you can implement the interface to make your own customizer. Also pr is welcome to add the rfc1123 conversion for namespace in k8s runtime. ref: https://github.com/apache/pulsar/blob/db6afd52841108b0c35f0a0bdd0759f5243d93e0/pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/kubernetes/KubernetesManifestCustomizer.java#L36 ---------------------------------------------------------------- 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]
