diff options
author | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-05-26 18:14:14 +0000 |
---|---|---|
committer | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-05-26 18:19:22 +0000 |
commit | 402c6e98bfc6c881dceb65ce2756ea94834c70ef (patch) | |
tree | 2048f4437063971438e29e69c4e1b1d6d3ed4188 | |
parent | 079d214800484b0bfedd22fc72f4b3c61ecc6f83 (diff) |
Bug fix for the ImagePullBackOff error in qat test
Issue-ID: MULTICLOUD-1076
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I2b6bfb265ce5e055987788f6f28fc475a8b5b46c
-rw-r--r-- | kud/deployment_infra/images/qat_plugin_privileges.yaml | 2 | ||||
-rwxr-xr-x | kud/tests/qat.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kud/deployment_infra/images/qat_plugin_privileges.yaml b/kud/deployment_infra/images/qat_plugin_privileges.yaml index af98f367..b4eb58bf 100644 --- a/kud/deployment_infra/images/qat_plugin_privileges.yaml +++ b/kud/deployment_infra/images/qat_plugin_privileges.yaml @@ -17,7 +17,7 @@ spec: - name: intel-qat-kernel-plugin securityContext: privileged: true - image: akhilak/intel-qat-plugin:0.15.0 + image: integratedcloudnative/intel-qat-plugin:0.15.0 imagePullPolicy: IfNotPresent command: ["/usr/local/bin/intel_qat_device_plugin", "-mode", "kernel"] volumeMounts: diff --git a/kud/tests/qat.sh b/kud/tests/qat.sh index 71769ae3..2f8d212a 100755 --- a/kud/tests/qat.sh +++ b/kud/tests/qat.sh @@ -36,7 +36,7 @@ metadata: spec: containers: - name: pod-case-01 - image: openssl-test:latest + image: integratedcloudnative/openssl-qat-engine:devel imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /dev |