Replies: 1 comment 2 replies
-
The certificate renewal normally happens some time before the expiration. By default 30 days. If that was not your case, it was probably some bug. What version of Strimzi and Kubernetes are you using? Does the command you are using to copy the secret remove the owner reference? You should make sure the original owner references are removed - this was causing the certificate to be deleted in the past which in result triggered the renewal basically.
Not at this point. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my environment, I have the strimzi operator and the kafka brokers and zookeeper pods on one namespace and in another name space we have another service which acts as wrapper for producers and consumers to publish and consume messages. In the wrapper service, we copy over the certificate which is available from strimzi operator setup across name spaces using this command,
I have had instances when the certificate has expired and had to manually copy over it to the default cluster using the same command. I have had circumstance when I have tried to start fresh which results in the certificate getting replaced even though the certificate has almost the whole validity period remaining. This causes the wrapper service to have handshake issues as a result causes downtime. For all the services, there is an istio side car that is present which takes care of the security. This brings me to the following questions,
Beta Was this translation helpful? Give feedback.
All reactions