From 9d62a6a28f669faf94fafc21e0c4141bcb9ca60c Mon Sep 17 00:00:00 2001 From: Tuomas Katila Date: Fri, 15 Sep 2023 12:27:33 +0300 Subject: [PATCH] Update pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go Co-authored-by: Mikko Ylinen --- pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go b/pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go index f7a055aad..6888e7f4b 100644 --- a/pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go +++ b/pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go @@ -31,7 +31,8 @@ type SgxDevicePluginSpec struct { // Image is a container image with SGX device plugin executable. Image string `json:"image,omitempty"` - // Recommendation is to leave this unset and prefer the SGX NodeFeatureRule. + // InitImage is a container image with tools (i.e., SGX NFD source hook) installed on each node + // Recommendation is to leave this unset and prefer the SGX NodeFeatureRule instead. InitImage string `json:"initImage,omitempty"` // EnclaveLimit is a number of containers that can share the same SGX enclave device.