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.94k stars 593 forks source link

Issue integrating istio sidecar proxy with postgres-operator #2385

Closed avanichy25 closed 3 years ago

avanichy25 commented 3 years ago

Describe the bug I am trying to integrate istio sidecar proxy with my services but postgres-operator is not supporting it.

To Reproduce Steps to reproduce the behavior:

  1. Install istio-1.9.2
  2. inject sidecar istio-proxy in the namespace of the services deployed
  3. pgo-deploy got stuck and after enabling the label with istio-injection=enabled not able to remove the cluster from pgo-client
  pod : kong-postgres-rmdata-cwds-btckm (Running) on aks (1/2) (unknown)
  pod : kong-postgres-rmdata-mcxs-47lx5 (Running) on aks (1/2) (unknown)

Expected behavior After enabling the label for istio the postgres operator should be deployed normally.

Please tell us about your environment: Deploying on azure cloud v1.18.14

Additional context Please provide some information to inject the istio with postgres.

jkatz commented 3 years ago

This is not a bug report for PGO. If you are looking for general support, please review the Support options.