Skip to content

Commit bb0b9c0

Browse files
committed
Added linux capabilities workaround in container profile
1 parent 42533aa commit bb0b9c0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nnf-container-example.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ data:
2626
containers:
2727
- name: nnf-container-example
2828
image: ghcr.io/nearnodeflash/nnf-container-example:latest
29+
# Note: securityContext is only needed until https://github.com/NearNodeFlash/NearNodeFlash.github.io/issues/77 is fixed
30+
securityContext:
31+
capabilities:
32+
add: ["NET_BIND_SERVICE", "SYS_CHROOT", "AUDIT_WRITE"]
2933

3034
---
3135
apiVersion: dws.cray.hpe.com/v1alpha1

0 commit comments

Comments
 (0)