> For the complete documentation index, see [llms.txt](https://k8.matthewdavis.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://k8.matthewdavis.io/troubleshooting.md).

# Troubleshooting

### Force pod deletion

```bash
kubectl delete <pod> --grace-period=0 --force
```
