Skip to content

Commit e054a20

Browse files
committed
KEP-3619: add a comment on "StatusResponse.features" in CRI to say the value goes to NodeFeatures in K8s API
1 parent 668d4a2 commit e054a20

File tree

1 file changed

+2
-0
lines changed
  • keps/sig-node/3619-supplemental-groups-policy

1 file changed

+2
-0
lines changed

keps/sig-node/3619-supplemental-groups-policy/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ To propagate whether the runtime supports fine-grained supplemental group contro
272272
message StatusResponse {
273273
...
274274
// features describes the set of features implemented by the CRI implementation.
275+
// This field is supposed to propagate to NodeFeatures in Kubernetes API.
275276
RuntimeFeatures features = ?;
276277
}
277278
message RuntimeFeatures {
@@ -525,6 +526,7 @@ message StatusResponse {
525526
repeated RuntimeHandler runtime_handlers = 3;
526527
527528
// features describes the set of features implemented by the CRI implementation.
529+
// This field is supposed to propagate to NodeFeatures in Kubernetes API.
528530
RuntimeFeatures features = ?;
529531
}
530532

0 commit comments

Comments
 (0)