|
6 | 6 | * [Installation](#installation) |
7 | 7 | * [Prerequisites](#prerequisites) |
8 | 8 | * [Backwards compatiblity note](#backwards-compatibility-note) |
9 | | - * [Pre-built images](#pre-built-images) |
| 9 | + * [Deploying with Pre-built images](#deploying-with-pre-built-images) |
10 | 10 | * [Getting the source code](#getting-the-source-code) |
11 | 11 | * [Verify node kubelet config](#verify-node-kubelet-config) |
12 | 12 | * [Deploying as a DaemonSet](#deploying-as-a-daemonset) |
@@ -102,7 +102,7 @@ The backwards compatibility will be removed in the next release (v0.20) and |
102 | 102 | from the main development branch once the SGX SDK and DCAP releases default to |
103 | 103 | the new devices. |
104 | 104 |
|
105 | | -### Pre-built images |
| 105 | +### Deploying with Pre-built images |
106 | 106 |
|
107 | 107 | [Pre-built images](https://hub.docker.com/u/intel/) |
108 | 108 | are available on Docker Hub. These images are automatically built and uploaded |
@@ -157,8 +157,15 @@ $ git clone https://github.com/intel/intel-device-plugins-for-kubernetes ${INTEL |
157 | 157 |
|
158 | 158 | ### Deploying as a DaemonSet |
159 | 159 |
|
160 | | -To deploy the plugin as a DaemonSet, you first need to build a container image for the plugin and |
161 | | -ensure that is visible to your nodes. |
| 160 | +To deploy the plugin as a DaemonSet, you first need to deploy the cert-manager. |
| 161 | + |
| 162 | +```bash |
| 163 | +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml |
| 164 | +``` |
| 165 | + |
| 166 | +You also need to build a container image for the plugin and ensure that is |
| 167 | +visible to your nodes. |
| 168 | + |
162 | 169 |
|
163 | 170 | #### Build the plugin and EPC source images |
164 | 171 |
|
@@ -259,7 +266,7 @@ For documentation to set up Intel® reference PCCS, refer to: |
259 | 266 | [Intel® Software Guard Extensions (Intel® SGX) Services](https://api.portal.trustedservices.intel.com/) and |
260 | 267 | [Intel® Software Guard Extensions SDK for Linux](https://01.org/intel-software-guard-extensions) |
261 | 268 |
|
262 | | -Furthermore, the Kubernetes cluster must be set up according the [instructions above](#pre-built-images). |
| 269 | +Furthermore, the Kubernetes cluster must be set up according the [instructions above](#deploying-with-pre-built-images). |
263 | 270 |
|
264 | 271 | ##### Build the image |
265 | 272 |
|
|
0 commit comments