Skip to content

Commit 46bf6c7

Browse files
everpeacemrunalp
andcommitted
KEP-3619: Apply suggestions from code review
Co-authored-by: Mrunal Patel <[email protected]>
1 parent 8182886 commit 46bf6c7

File tree

1 file changed

+7
-3
lines changed
  • keps/sig-node/3619-supplemental-groups-policy

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ implementation difficulties, etc.).
938938
-->
939939

940940
Potentially, kube-scheduler could be implemented to avoid scheduling a pod with `supplementalGroupsPolicy: Strict`
941-
to a node running CRI runtime which is not supported this feature.
941+
to a node running CRI runtime which does not supported this feature.
942942

943943
In this way, the Event metric described above would not happen, and users would instead see `Pending` pods
944944
as an error metric.
@@ -969,7 +969,11 @@ and creating new ones, as well as about cluster-level services (e.g. DNS):
969969
- Impact of its degraded performance or high-error rates on the feature:
970970
-->
971971

972-
Specific version of CRI.
972+
Container runtimes supporting [CRI api v0.31.0](https://github.com/kubernetes/cri-api/tree/v0.31.0) or above.
973+
974+
For example,
975+
- containerd: v2.0 or later
976+
- CRI-O: v1.31 or later
973977

974978
### Scalability
975979

@@ -1145,7 +1149,7 @@ Major milestones might include:
11451149

11461150
- 2023-02-10: Initial KEP published.
11471151
- v1.31.0(2024-08-13): Alpha
1148-
- v1.32.0: beta
1152+
- v1.32.0: Beta (enabled by default)
11491153

11501154
## Drawbacks
11511155

0 commit comments

Comments
 (0)