We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa85cf commit c788bfaCopy full SHA for c788bfa
pkg/providers/amifamily/bootstrap/bottlerocketsettings.go
@@ -83,6 +83,7 @@ type BottlerocketKubernetes struct {
83
SeccompDefault *bool `toml:"seccomp-default,omitempty"`
84
PodPidsLimit *int `toml:"pod-pids-limit,omitempty"`
85
DeviceOwnershipFromSecurityContext *bool `toml:"device-ownership-from-security-context,omitempty"`
86
+ SingleProcessOOMKill *bool `toml:"single-process-oom-kill"`
87
}
88
89
type BottlerocketStaticPod struct {
0 commit comments