mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-14 13:29:31 +00:00
Merge pull request #4375 from GabyCT/topic/updateqat
docs: Update Intel QAT documentation links
This commit is contained in:
@@ -312,7 +312,7 @@ working properly with the Kata Containers VM.
|
|||||||
|
|
||||||
### Build OpenSSL Intel® QAT engine container
|
### Build OpenSSL Intel® QAT engine container
|
||||||
|
|
||||||
Use the OpenSSL Intel® QAT [Dockerfile](https://github.com/intel/intel-device-plugins-for-kubernetes/tree/master/demo/openssl-qat-engine)
|
Use the OpenSSL Intel® QAT [Dockerfile](https://github.com/intel/intel-device-plugins-for-kubernetes/tree/main/demo/openssl-qat-engine)
|
||||||
to build a container image with an optimized OpenSSL engine for
|
to build a container image with an optimized OpenSSL engine for
|
||||||
Intel® QAT. Using `docker build` with the Kata Containers runtime can sometimes
|
Intel® QAT. Using `docker build` with the Kata Containers runtime can sometimes
|
||||||
have issues. Therefore, make sure that `runc` is the default Docker container
|
have issues. Therefore, make sure that `runc` is the default Docker container
|
||||||
@@ -444,7 +444,7 @@ $ sudo docker save -o openssl-qat-engine.tar openssl-qat-engine:latest
|
|||||||
$ sudo ctr -n=k8s.io images import openssl-qat-engine.tar
|
$ sudo ctr -n=k8s.io images import openssl-qat-engine.tar
|
||||||
```
|
```
|
||||||
|
|
||||||
The [Intel® QAT Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/cmd/qat_plugin/README.md)
|
The [Intel® QAT Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/qat_plugin/README.md)
|
||||||
needs to be started so that the virtual functions can be discovered and
|
needs to be started so that the virtual functions can be discovered and
|
||||||
used by Kubernetes.
|
used by Kubernetes.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user