Description:
On one of our clusters, we noticed that the certificate expired, so we had to manually renew them. We do have cert-manager installed, so this wasn’t expected. If I remove the SSL secrets, the operator recreates them directly without creating an Issuer or Certificate. I’m guessing something is going wrong when it’s trying to use cert-manager, but I don’t see any indication of problems in the pxc-operator logs.
Steps to Reproduce:
Follow Transport Encryption (TLS/SSL) - Percona Operator for MySQL based on Percona XtraDB Cluster, then see new secrets created, but no cert-manager Issuer or Certificate resources.
Version:
1.11.0
Logs:
There are no logs or error messages in the pxc-operator pod about cert-manager or TLS.
Expected Result:
I expect the operator to create new cert-manager Issuers and Certificates rather than creating the secrets directly. This works just fine on our other clusters.
Actual Result:
The PXC operator creates the SSL secrets without cert-manager.
Additional Information:
N/A