Skip to content

Commit 81fdfe3

Browse files
authored
Merge pull request #189 from TonyxSun/main
[doc] mention support for oci's `unified` config map in readme
2 parents fcd3e39 + a265e99 commit 81fdfe3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ The following pieces of container metadata are available to plugins in NRI:
206206
- cpuset memory
207207
- Block I/O class
208208
- RDT class
209+
- Unified cgroup v2 parameter map
209210
- Linux seccomp profile and policy
210211
- container (init) process ID
211212
- container (init process) exit status
@@ -216,7 +217,7 @@ The following pieces of container metadata are available to plugins in NRI:
216217
- container exit status message (human readable)
217218

218219
Apart from data identifying the container, these pieces of information
219-
represent the corresponding data in the container's OCI Spec.
220+
represent the corresponding data in the container's [OCI Spec](https://github.com/opencontainers/runtime-spec/blob/main/spec.md).
220221

221222
### Container Adjustment
222223

@@ -253,6 +254,7 @@ container parameters:
253254
- cpuset memory
254255
- Block I/O class
255256
- RDT class
257+
- Unified cgroup v2 parameter map
256258
- Linux seccomp policy
257259
- Linux namespaces
258260

@@ -286,6 +288,7 @@ can be updated this way:
286288
- cpuset memory
287289
- Block I/O class
288290
- RDT class
291+
- Unified cgroup v2 parameter map
289292

290293
### Container Adjustment Validation
291294

0 commit comments

Comments
 (0)