You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a single namespace named postgres, i have two PerconaPGCluster CR which created two different Postgres databases named archive and analytics
I did not specify any certificates in the CR, so that Postgres Operator generates them automatically
My Postgres Operator runs cluster wide in a namespace named postgres-operator
Observations:
All secrets created by the Operator in namespace postgres are prefixed with each cluster name. But there is a secret pgo-root-cacert which is not prefixed, and which contains two Owner references (might have been added by Kapp deployer)
I am not sure if this is a problem, or if that means that both Postgres clusters share the same certificates, or if that simply means that cluster certificates are different but simply signed by the same CA
About the context:
In a single namespace named
postgres
, i have twoPerconaPGCluster
CR which created two different Postgres databases namedarchive
andanalytics
I did not specify any certificates in the CR, so that Postgres Operator generates them automatically
My Postgres Operator runs cluster wide in a namespace named
postgres-operator
Observations:
All secrets created by the Operator in namespace
postgres
are prefixed with each cluster name. But there is a secretpgo-root-cacert
which is not prefixed, and which contains two Owner references (might have been added by Kapp deployer)I am not sure if this is a problem, or if that means that both Postgres clusters share the same certificates, or if that simply means that cluster certificates are different but simply signed by the same CA
The text was updated successfully, but these errors were encountered: