Skip to content

Commit b504c84

Browse files
committed
Remove MPI Worker Capabilities Workaround
This is no longer needed with NearNodeFlash/NearNodeFlash.github.io#77 now fixed, but leaving it commented out for reference. Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
1 parent bb0b9c0 commit b504c84

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

nnf-container-example.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ 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"]
33-
29+
# Note: nnf-sos now includes the proper capabilities by
30+
# default. Leaving this here for now in case an older verion of
31+
# nnf-sos is used.
32+
# securityContext:
33+
# capabilities:
34+
# add: ["NET_BIND_SERVICE", "SYS_CHROOT", "AUDIT_WRITE", "SETUID", "SETGID"]
3435
---
3536
apiVersion: dws.cray.hpe.com/v1alpha1
3637
kind: Workflow

0 commit comments

Comments
 (0)