@@ -230,10 +230,11 @@ List the specific goals of the KEP. What is it trying to achieve? How will we
230
230
know that this has succeeded?
231
231
-->
232
232
233
- - Introduce RDT support comparable to the OCI runtime-spec to CRI protocol.
234
- - Make it possible to specify the RDT class of containers on CRI level.
235
- - Make it possible to specify the blockio class of containers on CRI level.
236
- - Make the extensions flexible, enabling easy addition of other class-based
233
+ - Make it possible to request class resources
234
+ - Support RDT class assignment of containers. This is already supported by
235
+ the containerd and CRI-O runtime and part of the OCI runtime-spec
236
+ - Support blockio class assignment of containers.
237
+ - Make the extensions flexible, enabling simple addition of other class-based
237
238
resource types in the future.
238
239
239
240
### Non-Goals
@@ -304,14 +305,14 @@ Go in to as much detail as necessary here.
304
305
This might be a good place to talk about core concepts and how they relate.
305
306
-->
306
307
307
- This is only the first in getting class-based resources supported in
308
+ This is only the first step in getting class-based resources supported in
308
309
Kubernetes. Important pieces like resource status, resource disovery and
309
- permission control are [ non-goals] ( #non-goals ) not solved here. However, these
310
- aspects are briefly discussed in [ future work] ( #future-work ) . However, the risk
311
- in this sort of piecemeal approach is finding devil in the details, resulting
312
- in inconsistent and/or crippled and/or cumbersome end result. However, there is
313
- a lot of experience in extending the API and understanding which sort of
314
- solutions are functional and practical.
310
+ permission control are [ non-goals] ( #non-goals ) not solved here. These aspects
311
+ are briefly discussed in [ future work] ( #future-work ) . The risk in this sort of
312
+ piecemeal approach is finding devil in the details, resulting in inconsistent
313
+ and/or crippled and/or cumbersome end result. However, there is a lot of
314
+ experience in extending the API and understanding which sort of solutions are
315
+ functional and practical.
315
316
316
317
### Risks and Mitigations
317
318
0 commit comments