-
Notifications
You must be signed in to change notification settings - Fork 266
How to update the webhook certificate #356
Comments
Can you provide more information about certificate expiration issue? Like how long did you see it expires and what's the behavior after in your test? A potential fix is to refresh certificate at certain interval but let's make sure we are solving the problem in a correct way. |
Sorry to interrupt in between. Yes it is expired after every 30 days.
And I believe it is due to openssl default expiration is set to 30 days. i referred to here |
I couldn't create new FlinkCluster CR or update already created CR because default or validate webhook doesn't work when the certificate expires. |
One of the way to update the webhook certificate: One of the way to change the default expires days(30):
|
+1 to make the expire days longer. |
For those who don't use Helm Chart to install the operator, we solved this by deleting the
And running a re-deploy:
We've tried to run just the
|
Currently, cert-manager is not supported, so if the certificate expires, you need to manually update the webhook certificate. It would be helpful if a guide for updating the certificate was presented.
The text was updated successfully, but these errors were encountered: