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
// Additional GIDs to add to the container process.
156
+
// Note that a value of 0 is ignored.
157
+
additionalGIDs: [ (optional)
158
+
<uint32>
153
159
]
154
160
"intelRdt": { (optional)
155
161
"closID": "<name>", (optional)
@@ -234,6 +240,7 @@ The `containerEdits` field has the following definition:
234
240
*`memBwSchema` (string, OPTIONAL) memory bandwidth allocation schema for the `CLOS`.
235
241
*`enableCMT` (boolean, OPTIONAL) whether to enable cache monitoring
236
242
*`enableMBM` (boolean, OPTIONAL) whether to enable memory bandwidth monitoring
243
+
*`additionalGids` (array of uint32s, OPTIONAL) A list of additional group IDs to add with the container process. These values are added to the `user.additionalGids` field in the OCI runtime specification. Values of 0 are ignored.
0 commit comments