RDT & blockio: enable defining parameters for unannotated containers
Open
- Dominant language
- Go
- Stars
- 50
- Forks
- 19
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 6
Description
Use case: as a k8s cluster admin I want to define the default I/O scheduler priority and throttling for all pods that are not annotated.
Need for the feature raised by @pacoxu in Kubernetes issue [92287](https://github.com/kubernetes/kubernetes/issues/92287).
A possible solution on both RDT and blockio class configuration file:
```
DefaultClass: UnannotatedContainers
Classes:
UnannotatedContainers:
...
ClassA:
...
...
```
Contributor guide
Assessment
This issue has not been assessed yet.