From 9b203ba6b8ba682417003be498fe13567c137660 Mon Sep 17 00:00:00 2001 From: Hyeongju Johannes Lee Date: Fri, 11 Nov 2022 15:37:11 +0200 Subject: [PATCH] iaa: fix the name of the demo image Signed-off-by: Hyeongju Johannes Lee --- cmd/iaa_plugin/README.md | 2 +- demo/iaa-qpl-demo-pod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/iaa_plugin/README.md b/cmd/iaa_plugin/README.md index b1884c15..e3acf136 100644 --- a/cmd/iaa_plugin/README.md +++ b/cmd/iaa_plugin/README.md @@ -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: diff --git a/demo/iaa-qpl-demo-pod.yaml b/demo/iaa-qpl-demo-pod.yaml index d929cadd..4bdc267c 100644 --- a/demo/iaa-qpl-demo-pod.yaml +++ b/demo/iaa-qpl-demo-pod.yaml @@ -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: