We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc144c3 + 9b203ba commit 00d8152Copy full SHA for 00d8152
cmd/iaa_plugin/README.md
@@ -83,7 +83,7 @@ We can test the plugin is working by deploying the provided example iaa-qpl-demo
83
```bash
84
$ make iaa-qpl-demo
85
...
86
- Successfully tagged iaa-qpl-demo:devel
+ Successfully tagged intel/iaa-qpl-demo:devel
87
```
88
89
1. Create a pod running unit tests off the local Docker image:
demo/iaa-qpl-demo-pod.yaml
@@ -5,7 +5,7 @@ metadata:
5
spec:
6
containers:
7
- name: iaa-qpl-demo
8
- image: iaa-qpl-demo:devel
+ image: intel/iaa-qpl-demo:devel
9
imagePullPolicy: IfNotPresent
10
resources:
11
limits:
0 commit comments