Skip to content

Commit c788bfa

Browse files
authored
chore: add "single-process-oom-kill" Bottlerocket setting (#8112)
Signed-off-by: Gavin Inglis <giinglis@amazon.com>
1 parent 1fa85cf commit c788bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/providers/amifamily/bootstrap/bottlerocketsettings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ type BottlerocketKubernetes struct {
8383
SeccompDefault *bool `toml:"seccomp-default,omitempty"`
8484
PodPidsLimit *int `toml:"pod-pids-limit,omitempty"`
8585
DeviceOwnershipFromSecurityContext *bool `toml:"device-ownership-from-security-context,omitempty"`
86+
SingleProcessOOMKill *bool `toml:"single-process-oom-kill"`
8687
}
8788

8889
type BottlerocketStaticPod struct {

0 commit comments

Comments
 (0)