Skip to content

Commit d753b48

Browse files
bug: add oom score to workloadspec
kubernetes launches pods with an oom score adjustment we need to capture this and provide to styrolite Signed-off-by: Alexander Merritt <alexander@edera.dev>
1 parent fe6fed7 commit d753b48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

protect/control/v1/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ message WorkloadSpec {
324324
repeated CgroupLimit cgroup_limits = 9;
325325
string hostname = 10;
326326
repeated WorkloadBlockDeviceSpec block_devices = 11;
327+
optional int32 oom_score_adj = 12;
327328
}
328329

329330
message CgroupLimit {

0 commit comments

Comments
 (0)