chore: cleanup documentation (#29552)

This commit is contained in:
Emad Rad
2024-07-12 01:09:23 +03:30
committed by GitHub
parent 3f6b7e2456
commit 84a1cd245c
8 changed files with 62 additions and 31 deletions

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.
@@ -590,6 +590,7 @@ Finally, for the translations to take effect we need to compile translation cata
binary MO files for the backend using `pybabel`.
```bash
# inside the project root
pybabel compile -d superset/translations
```