Skip to content

Commit

Permalink
update to use testing image
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 26, 2023
1 parent dd9f5d8 commit 7d19a30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion aws/lammps/hpc7g/efa-arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ RUN cd $HOME \
&& curl -O https://efa-installer.amazonaws.com/aws-efa-installer-${EFA_INSTALLER_VERSION}.tar.gz \
&& tar -xf $HOME/aws-efa-installer-${EFA_INSTALLER_VERSION}.tar.gz \
&& cd aws-efa-installer \
&& ./efa_installer.sh -y -g -d --skip-kmod --skip-limit-conf --no-verify && \
&& ./efa_installer.sh -y -g -d --skip-limit-conf --no-verify && \
dpkg -i /root/aws-efa-installer/DEBS/UBUNTU2004/aarch64/libfabric1-aws_1.18.0amzn2.0_arm64.deb

###################################################
Expand Down Expand Up @@ -280,3 +280,9 @@ But I did:
docker commit 2b4e6de75ab8 ghcr.io/rse-ops/aws-efa-k8s-device-plugin-arm:v0.3.3
docker push ghcr.io/rse-ops/aws-efa-k8s-device-plugin-arm:v0.3.3
```

Note this is how to get info for the plugin I think?

```
/opt/amazon/efa/bin/fi_info -p efa
```
3 changes: 2 additions & 1 deletion aws/lammps/hpc7g/run1/config/efa-device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ spec:
- x2iezn.metal
hostNetwork: true
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efa-k8s-device-plugin:v0.3.3
- image: ghcr.io/rse-ops/aws-efa-k8s-device-plugin-arm:v0.3.3
#- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efa-k8s-device-plugin:v0.3.3
name: aws-efa-k8s-device-plugin
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 7d19a30

Please sign in to comment.