lsst-sqre / strimzi-registry-operator

A Kubernetes Operator for running the Confluent Schema Registry with a Strimzi-based Kafka cluster
MIT License
81 stars 17 forks source link

Update default listener to tls and strimzi CRD version to v1beta2 #50

Closed haoxins closed 2 years ago

haoxins commented 2 years ago

relates to https://github.com/lsst-sqre/strimzi-registry-operator/pull/49

jonathansick commented 2 years ago

I'll put this out in a 0.5.0 release.

jonathansick commented 2 years ago

Oh, sorry I read this backwards (needed coffee!). I got the direction of the change wrong. I think I'll need to revert the default listener this for consistency with our Helm chart and what Rubin considers to be an ideal default; but document better that this setting is needed for a tls-secured listener.

jonathansick commented 2 years ago

I think I've got my head around what's happening with listeners, written up in #51. I'll get this out in a beta and see if it works for everyone.