Skip to content

Commit

Permalink
Update ofed image with latest version (#71)
Browse files Browse the repository at this point in the history
This commit Updates ofed driver container version to version 5.2-1.0.4.0

Signed-off-by: Mmduh-483 <lrvt12@hotmail.com>
  • Loading branch information
Mmduh-483 committed Jan 5, 2021
1 parent 9155058 commit 6957ce4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ metadata:
namespace: mlnx-network-operator
spec:
ofedDriver:
image: ofed-driver
image: mofed
repository: mellanox
version: 5.0-2.1.8.0
version: 5.2-1.0.4.0
devicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: mellanox
Expand Down
6 changes: 3 additions & 3 deletions deployment/network-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ Production cluster environment can deny direct access to the Internet and instea
| ---- | ---- | ------- | ----------- |
| `ofedDriver.deploy` | bool | `false` | deploy Mellanox OFED driver container |
| `ofedDriver.repository` | string | `mellanox` | Mellanox OFED driver image repository |
| `ofedDriver.image` | string | `ofed-driver` | Mellanox OFED driver image name |
| `ofedDriver.version` | string | `5.0-2.1.8.0` | Mellanox OFED driver version |
| `ofedDriver.image` | string | `mofed` | Mellanox OFED driver image name |
| `ofedDriver.version` | string | `5.2-1.0.4.0` | Mellanox OFED driver version |

#### NVIDIA Peer memory driver

Expand Down Expand Up @@ -215,7 +215,7 @@ __values.yaml:__
deployCR: true
ofedDriver:
deploy: true
version: 5.0-2.1.8.0
version: 5.2-1.0.4.0
devicePlugin:
deploy: true
reources:
Expand Down
4 changes: 2 additions & 2 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ proxy:
deployCR: false
ofedDriver:
deploy: false
image: ofed-driver
image: mofed
repository: mellanox
version: 5.0-2.1.8.0
version: 5.2-1.0.4.0

nvPeerDriver:
deploy: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
name: nic-cluster-policy
spec:
ofedDriver:
image: ofed-driver
image: mofed
repository: mellanox
version: 5.0-2.1.8.0
version: 5.2-1.0.4.0
devicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: mellanox
Expand Down
10 changes: 5 additions & 5 deletions manifests/stage-ofed-driver/0010_ofed-driver-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ apiVersion: apps/v1
kind: DaemonSet
metadata:
labels:
app: ofed-driver-{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}
name: ofed-driver-{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}-ds
app: mofed-{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}
name: mofed-{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}-ds
namespace: {{ .RuntimeSpec.Namespace }}
spec:
selector:
matchLabels:
app: ofed-driver-{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}
app: mofed-{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}
template:
metadata:
# Mark this pod as a critical add-on; when enabled, the critical add-on scheduler
Expand All @@ -30,7 +30,7 @@ spec:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
labels:
app: ofed-driver-{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}
app: mofed-{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}
spec:
tolerations:
# Allow this pod to be rescheduled while the node is in "critical add-ons only" mode.
Expand All @@ -47,7 +47,7 @@ spec:
containers:
- image: {{ .CrSpec.Repository }}/{{ .CrSpec.Image }}-{{ .CrSpec.Version }}:{{ .RuntimeSpec.OSName }}{{ .RuntimeSpec.OSVer }}-{{ .RuntimeSpec.CPUArch }}
imagePullPolicy: IfNotPresent
name: ofed-driver-container
name: mofed-container
securityContext:
privileged: true
seLinuxOptions:
Expand Down

0 comments on commit 6957ce4

Please sign in to comment.