Skip to content

Commit

Permalink
chore: Add pod-pids-limit to bottlerocket settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jigisha620 committed Jul 2, 2024
1 parent 42228a0 commit 65b79e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/providers/amifamily/bootstrap/bottlerocketsettings.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ type BottlerocketKubernetes struct {
ShutdownGracePeriodForCriticalPods *string `toml:"shutdown-grace-period-for-critical-pods,omitempty"`
ClusterDomain *string `toml:"cluster-domain,omitempty"`
SeccompDefault *bool `toml:"seccomp-default,omitempty"`
PodPidsLimit *int `toml:"pod-pids-limit,omitempty"`
}

type BottlerocketStaticPod struct {
Expand Down

0 comments on commit 65b79e1

Please sign in to comment.