Compare commits

...

1 Commits

Author SHA1 Message Date
Evan Rusackas
7679590cd3 fixed markdown link 2024-08-27 15:34:57 -06:00

View File

@@ -434,7 +434,7 @@ To debug Flask running in POD inside a kubernetes cluster, you'll need to make s
add: ["SYS_PTRACE"]
```
See [set capabilities for a container](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-capabilities-for-a-container) for more details.
See (set capabilities for a container)[https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-capabilities-for-a-container] for more details.
Once the pod is running as root and has the `SYS_PTRACE` capability it will be able to debug the Flask app.