zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.36k stars 980 forks source link

Authentication failure Errors in pod logs #1804

Open RejoOommen opened 2 years ago

RejoOommen commented 2 years ago

Please, answer some short questions which should help us to understand your problem / question better?

After the recent upgrade from 1.6.0 to v1.7.1(runs as a nonroot user), noticed that the pod logs throw the below error at regular intervals(5 min). Currently it is not affecting the working of the cluster but curious to know the reason behind this error. Would appreciate insights

Kubectl logs 2022-03-02 12:54:58,404 INFO: Lock owner: pg-newcertrenewal-1; I am pg-newcertrenewal-0 2022-03-02 12:54:58,404 INFO: does not have lock 2022-03-02 12:54:58,406 INFO: no action. i am a secondary and i am following a leader Authentication failure Authentication failure 2022-03-02 12:55:08,403 INFO: Lock owner: pg-newcertrenewal-1; I am pg-newcertrenewal-0

RejoOommen commented 2 years ago

@CyberDem0n @FxKu , could you please suggest what could cause such errors in pod logs.