Tag
Posts tagged “debugging”
Every post filed under “debugging”, newest first.
2posts.
OpsCanopy6 min read
OOMKilled and exit code 137: why Kubernetes killed your pod
Exit code 137 means the kernel killed your container for exceeding its memory limit. How to confirm it, and why raising the limit is usually the wrong fix.
- kubernetes
- memory
- limits
- debugging
OpsCanopy7 min read
Why your GitHub Actions workflow didn't trigger
Branch name mismatches, the AND-semantics of branches + paths, the ** glob requirement and paths-ignore on pull_request — with the fix for each.
- github-actions
- ci-cd
- debugging