datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
45 stars 15 forks source link

If TLS is enabled on broker, then functionsWorker crash loops without cert file mount #142

Open pgier opened 1 year ago

pgier commented 1 year ago

With TLS enabled on the broker, but not on the functionsWorker, then the functionsWorker crashes with this error because the cert is not mounted.

Can't open /pulsar/certs/tls.key for reading, No such file or directory
pgier commented 1 year ago

Possibly fixed by #140