File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
keps/sig-node/3619-supplemental-groups-policy Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -938,7 +938,7 @@ implementation difficulties, etc.).
938
938
-->
939
939
940
940
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.
942
942
943
943
In this way, the Event metric described above would not happen, and users would instead see ` Pending ` pods
944
944
as an error metric.
@@ -969,7 +969,11 @@ and creating new ones, as well as about cluster-level services (e.g. DNS):
969
969
- Impact of its degraded performance or high-error rates on the feature:
970
970
-->
971
971
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
973
977
974
978
### Scalability
975
979
@@ -1145,7 +1149,7 @@ Major milestones might include:
1145
1149
1146
1150
- 2023-02-10: Initial KEP published.
1147
1151
- v1.31.0(2024-08-13): Alpha
1148
- - v1.32.0: beta
1152
+ - v1.32.0: Beta (enabled by default)
1149
1153
1150
1154
## Drawbacks
1151
1155
You can’t perform that action at this time.
0 commit comments