We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6cf95 commit 9d62a6aCopy full SHA for 9d62a6a
pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go
@@ -31,7 +31,8 @@ type SgxDevicePluginSpec struct {
31
// Image is a container image with SGX device plugin executable.
32
Image string `json:"image,omitempty"`
33
34
- // 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
35
+ // Recommendation is to leave this unset and prefer the SGX NodeFeatureRule instead.
36
InitImage string `json:"initImage,omitempty"`
37
38
// EnclaveLimit is a number of containers that can share the same SGX enclave device.
0 commit comments