CrunchyData / postgres-operator

Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
https://access.crunchydata.com/documentation/postgres-operator/v5/
Apache License 2.0
3.88k stars 586 forks source link

OLM Deployment not compatible with k8s #2411

Closed sergeyshevch closed 3 years ago

sergeyshevch commented 3 years ago

Describe the bug I tryied to deploy postgres operator to my k8s cluster with OLM. And i got errors with ssh connection between pods. After this i deployed operator with ansible pod and now it works correctly

To Reproduce Steps to reproduce the behavior:

  1. Deploy operatort with OLM deployment to pure k8s cluster
  2. Create new postgres cluster

Expected behavior Cluster setted up and operation correctly

Please tell us about your environment:

Additional context Add any other context about the problem here.

jkatz commented 3 years ago

Do you have any logs that show the errors?

There is nothing here that seems to indicate that this is a problem with the OLM deployment, at least not without any logs to review what happened during the OLM deployment.

sergeyshevch commented 3 years ago

I will redeploy operator on new ns and send all related logs