Skip to content

Commit 9d62a6a

Browse files
tkatilamythi
andauthored
Update pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go
Co-authored-by: Mikko Ylinen <[email protected]>
1 parent df6cf95 commit 9d62a6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ type SgxDevicePluginSpec struct {
3131
// Image is a container image with SGX device plugin executable.
3232
Image string `json:"image,omitempty"`
3333

34-
// Recommendation is to leave this unset and prefer the SGX NodeFeatureRule.
34+
// InitImage is a container image with tools (i.e., SGX NFD source hook) installed on each node
35+
// Recommendation is to leave this unset and prefer the SGX NodeFeatureRule instead.
3536
InitImage string `json:"initImage,omitempty"`
3637

3738
// EnclaveLimit is a number of containers that can share the same SGX enclave device.

0 commit comments

Comments
 (0)