mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #1245 from hj-johannes-lee/fix-iaa-image-name
iaa: fix the name of the demo image
This commit is contained in:
commit
00d8152234
@ -83,7 +83,7 @@ We can test the plugin is working by deploying the provided example iaa-qpl-demo
|
||||
```bash
|
||||
$ make iaa-qpl-demo
|
||||
...
|
||||
Successfully tagged iaa-qpl-demo:devel
|
||||
Successfully tagged intel/iaa-qpl-demo:devel
|
||||
```
|
||||
|
||||
1. Create a pod running unit tests off the local Docker image:
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: iaa-qpl-demo
|
||||
image: iaa-qpl-demo:devel
|
||||
image: intel/iaa-qpl-demo:devel
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
Loading…
Reference in New Issue
Block a user