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
Copy file name to clipboardExpand all lines: docs/_include/general-shipping/k8s.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,29 @@ config:
322
322
```
323
323
Full configuration options avilable in [opentelemetry ebpf instrumentation (obi) docs](https://opentelemetry.io/docs/zero-code/obi/configure/service-discovery/)
324
324
325
+
### Security context
326
+
Default daemonset security context:
327
+
```yaml
328
+
securityContext:
329
+
privileged: false
330
+
runAsUser: 0
331
+
runAsGroup: 0
332
+
readOnlyRootFilesystem: true
333
+
capabilities:
334
+
# Minimal required capabilities for application observability
0 commit comments