Skip to content

Commit 8230d52

Browse files
authored
Merge pull request #817 from hj-johannes-lee/dsa-fix-rename
dsa: Fix the names still left as idxd-initcontainer
2 parents e09d52f + 74ecd69 commit 8230d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/dsa_plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Nothing else is needed. But if you want to deploy a customized version of the pl
5050

5151
### Deploy with initcontainer
5252

53-
There's a sample [DSA initcontainer](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/build/docker/intel-idxd-initcontainer.Dockerfile) included that provisions DSA devices and workqueues (1 engine / 1 group / 1 wq (user/dedicated)), to deploy:
53+
There's a sample [DSA initcontainer](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/build/docker/intel-idxd-config-initcontainer.Dockerfile) included that provisions DSA devices and workqueues (1 engine / 1 group / 1 wq (user/dedicated)), to deploy:
5454

5555
```bash
5656
$ kubectl apply -k deployments/dsa_plugin/overlays/dsa_initcontainer/

deployments/dsa_plugin/overlays/dsa_initcontainer/dsa_initcontainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
valueFrom:
1313
fieldRef:
1414
fieldPath: spec.nodeName
15-
image: intel/intel-idxd-initcontainer:devel
15+
image: intel/intel-idxd-config-initcontainer:devel
1616
securityContext:
1717
privileged: true
1818
volumeMounts:

0 commit comments

Comments
 (0)