intel / intel/goresctrl

RDT & blockio: enable defining parameters for unannotated containers

Open
#86 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.