Skip to content

Commit

Permalink
profile: add worker container
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Mar 6, 2025
1 parent b517f64 commit b5ed913
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/examples/copyoffload-containerprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ data:
- $(TOKEN_KEY_PATH)
- --addr
- :$(NNF_CONTAINER_PORTS)
env:
# OMPI_MCA_orte_keep_fqdn_hostnames is required for mpirun to be able to communicate with
# the nnf-dm-worker pods. Normal user containers should not require this environment
# variable.
- name: OMPI_MCA_orte_keep_fqdn_hostnames
value: 'true'
- name: copy-offload-worker
image: nnf-dm-copy-offload:latest
# This ServiceAccount is used by the nnf-dm-copy-offload server to talk to
# the Kubernetes API server. This ServiceAccount and its Role are
# defined in config/copy-offload.
Expand Down

0 comments on commit b5ed913

Please sign in to comment.