Skip to content

Commit

Permalink
Remove MPI Worker Capabilities Workaround
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bdevcich committed Jun 26, 2023
1 parent bb0b9c0 commit eeec7aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions nnf-container-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ data:
containers:
- name: nnf-container-example
image: ghcr.io/nearnodeflash/nnf-container-example:latest
# Note: securityContext is only needed until https://github.com/NearNodeFlash/NearNodeFlash.github.io/issues/77 is fixed
securityContext:
capabilities:
add: ["NET_BIND_SERVICE", "SYS_CHROOT", "AUDIT_WRITE"]

# Note: nnf-sos now includes the proper capabilities by
# default. Leaving this here for now in case an older verion of
# nnf-sos is used.
# securityContext:
# capabilities:
# add: ["NET_BIND_SERVICE", "SYS_CHROOT", "AUDIT_WRITE", "SETUID", "SETGID"]
---
apiVersion: dws.cray.hpe.com/v1alpha1
kind: Workflow
Expand Down

0 comments on commit eeec7aa

Please sign in to comment.