Why are my secrets being deleted? #8724
rjones-duchancell
started this conversation in
General
Replies: 2 comments 14 replies
-
You should probably share the logs from the operator and from the failing pods to help us better understand the issue. |
Beta Was this translation helpful? Give feedback.
14 replies
-
Entire entity operator log:
|
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to use custom certificates in my deployment and have set generateCertificateAuthority false for clientsCa. I have followed the documentation and have labeled and annotated the secrets appropriately. The secrets are created, but after a few minutes they are deleted. I am deploying to OpenShift. What behavior is causing this? Kafka and Zookeeper pods deploy correctly, but the Entity Operator is failing with an error message saying it can't find the wds-cluster-ca-cert. The Strimzi pod looks good initially, then starts reporting errors not being able to find certs.
Is there some garbage collection going on behind the scenes that I need to configure or turn off?
BTW, I did add the external listener cert configuration after reading (and commenting on) another discussion. Is there a conflict going on?
Here is my template:
Beta Was this translation helpful? Give feedback.
All reactions