Jonathan Hess (he/him)
Jonathan Hess (he/him)
What if we did a kind of naming scheme for the environment variables: ``` # global flag CLOUD_SQL_PROXY_PORT=5000 CLOUD_SQL_PROXY_CREDENTIALS_FILE=./keys/service_account.json # global flag # instance specific flags CLOUD_SQL_PROXY_INSTANCE_1=hello:world:db1 # instance flag...
We need more information about the exact problem to try to resolve this issue. The exception provided is not detailed enough due to deficiencies in Liquibase's error handling. The nested...
This is a big point of friction for people using Terraform and GKE. Can you please prioritize it?
There are several reports about this specific kind of weblogic error. They all share this stack trace from the log: ``` Caused By: java.lang.IllegalArgumentException at com.bea.objectweb.asm.ClassReader.(Unknown Source) at com.bea.objectweb.asm.ClassReader.(Unknown Source)...
Hello all. In response to this feature request, we just released the public preview of the [Cloud SQL Auth Proxy Operator](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator). We're very interested in your feedback. Please try it...
#1604 did not fix the whole issue.
I think we need a new flag. These are the existing exit behavior flags: ``` --max-sigterm-delay duration --exit-zero-on-sigtermĀ --quitquitquit ``` Let's add a flag called `--min-sigterm-delay duration` which makes the...
You can already configure the resource limits on the proxy container. This is a snippet from [docs/examples/deployment-postgres-tcp.yaml]( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/blob/main/docs/examples/deployment-postgres-tcp.yaml) showing how to reduce the resource limits on the proxy container pod....
We need to make an update to the operator's code so that it logs using structured log output, similar to how the proxy sets up its logger in [log.go](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/211551378a75e1a1debed251e9ab468e61fcb4e6/internal/log/log.go#L81)
Unfortunately, we cannot commit to this effort right now. We will keep this in mind for future work.