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.
A possible solution on both RDT and blockio class configuration file:
DefaultClass: UnannotatedContainers
Classes:
UnannotatedContainers:
...
ClassA:
...
...