cloud-sql-proxy-operator
cloud-sql-proxy-operator copied to clipboard
Pod kept alive even on non-zero exit code container
Expected Behavior
The CSQL container exits when the main container exits on non-zero exit code
Actual Behavior
The pod is kept alive when the main container in terminated but the CQSL container keeps running
Steps to Reproduce the Problem
- Created a
Deploymentwith only one container calledmainand aService - Created
AuthProxyWorkload maincontainer exited with 137 due to probescsqlcontainer keeps the pod up even if it's non-functional
Specifications
- Version: 1.5.1
- Platform: GKE