From 91183701ae547146deecf5961d186aa52b46372f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Tue, 30 Jan 2024 14:00:38 +0100 Subject: [PATCH] Update SGX device plugin reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31588367..e60343e7 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,10 @@ Confidential emojivoto is build as a confidential computing application: Install the Intel SGX device plugin: ```bash - kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.10.1/cert-manager.yaml + kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.12.2/cert-manager.yaml kubectl wait --for=condition=available --timeout=60s -n cert-manager --all deployments - kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/sgx_plugin/overlays/epc-nfd/?ref=v0.23.0 + kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/sgx_plugin/overlays/epc-register/?ref=v0.27.1 + kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/sgx_admissionwebhook/overlays/default-with-certmanager/?ref=v0.27.1 ``` * Otherwise, if you want to test it out on an unsupported machine in simulation mode