Skip to content

Commit 6ce700b

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
1 parent dffb1a3 commit 6ce700b

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
@@ -325,6 +325,7 @@ message WorkloadSpec {
325325
repeated CgroupLimit cgroup_limits = 9;
326326
string hostname = 10;
327327
repeated WorkloadBlockDeviceSpec block_devices = 11;
328+
optional int32 oom_score_adj = 12;
328329
}
329330

330331
message CgroupLimit {

0 commit comments

Comments
 (0)