Connection reset by peer on connecting to CloudSQL Postgresql #1855
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Bug Description
We are running Auth Proxy in a GKE cluster. We faced a issue where our application (which connects to postgresql instance) was dropping requests. On checking cloudsql proxy logs we found out multiple
connection reset by peer
errors.Example code (or command)
No response
Stacktrace
Steps to reproduce?
We are not able to reproduce the issue after it's occurrence
Environment
We are running cloudsql proxy in GKE cluster. cloudsql proxy is run inside the application container itself (not as a sidecar)
./cloud-sql-proxy --version
): gce-proxy:1.24.0./cloud-sql-proxy --port 5432 INSTANCE_CONNECTION_NAME
): ./cloud_sql_proxy -instances="${instance_name}"=tcp:3306Additional Details
No response
The text was updated successfully, but these errors were encountered: