-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Operator certificate generation / renewals not working #815
Comments
+1 |
I've checked with a new cluster install. 2.11.0 works as expected, 2.12.0 the same issue above. |
update: if I retry multiple times sometimes works sometimes not, race condition? |
+1 Catch the same error while testing cert renewal after trying this method. Tested on operator versions 2.5.0 and 2.6.0, opensearch 2.13. |
[Triage] |
Assume certmanager just refreshed its certs somehow. The only thing that works for me when trying to update certs on opensearch is by: It then seems to use the new certs. It seems like all the stuff in the statefulset is still there. So its a way to do this manually for me. But re-freshing certs with certmanager has been an issue. |
I have recently updated the OpenSearch operator to version 2.6.0. This seems to have actually triggered some sort of certificate genration process, as seen in the log entries. However, it seems that only the admin certificate was updated, the http and transport certificate is still the same old version.
The operator has been logging this for hours with no apparent progress.
The text was updated successfully, but these errors were encountered: