Skip to content

Commit

Permalink
Update pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mikko Ylinen <[email protected]>
  • Loading branch information
tkatila and mythi authored Sep 15, 2023
1 parent df6cf95 commit 9d62a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9d62a6a

Please sign in to comment.