You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use wait --for=delete on pods instead of jsonpath on deployment
Kubernetes omits .status.replicas entirely when it reaches 0
rather than setting it to 0, so the jsonpath condition never
matches and the wait times out.
Wait for the actual pods to be deleted instead, which directly
confirms the Go processes have exited and flushed coverage data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments