Closed kd-nuance closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
Hi, @kd-nuance - This repo (the old helm charts repo) is deprecated and does not offer support. You could try checking with https://github.com/sorintlab/stolon or https://github.com/istio/istio.
Deploy the chart. postgres-stolon-create-cluster-5sqn8 0/1 Completed 0 77s postgres-stolon-keeper-0 2/2 Running 0 77s postgres-stolon-proxy-5b7ffb5587-kkcxr 2/2 Running 0 77s postgres-stolon-sentinel-6b8d8b4b6-w4ptz 2/2 Running 0 77s
Open shell k exec -it postgres-stolon-keeper-0 -- sh
type psql and submit
psql
psql: error: could not connect to server: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
the chart works fine on ipv6 but not on istio mesh. (istio mtls is mandatory for us)
initDb scripts job also goes into error state.
Pods have no error in their logs.
Please help.