Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 518 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 518 Bytes

graceful-sidecar

You are running a job on K8s that uses a side car container. Maybe this is the Google Cloud SQL Auth Proxy. After your job finishes, it stays active because the side car doesn't know it should exit. Your job never cleans up and you have to manually exit.