You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/apis/deviceplugin/v1/sgxdeviceplugin_types.go
+5
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,11 @@ type SgxDevicePluginSpec struct {
35
35
// Recommendation is to leave this unset and prefer the SGX NodeFeatureRule instead.
36
36
InitImagestring`json:"initImage,omitempty"`
37
37
38
+
// NRIImage is a container image with SGX Node Resource Interface (NRI) plugin executable. Set
39
+
// this value if SGX EPC cgroups limits enforcement is wanted.
40
+
// TODO: is this a good name?
41
+
NRIImagestring`json:"nriImage,omitempty"`
42
+
38
43
// Specialized nodes (e.g., with accelerators) can be Tainted to make sure unwanted pods are not scheduled on them. Tolerations can be set for the plugin pod to neutralize the Taint.
0 commit comments