diff --git a/pkg/providers/amifamily/bootstrap/bottlerocketsettings.go b/pkg/providers/amifamily/bootstrap/bottlerocketsettings.go index 8ccc2933baf9..fe6c44d4d7f1 100644 --- a/pkg/providers/amifamily/bootstrap/bottlerocketsettings.go +++ b/pkg/providers/amifamily/bootstrap/bottlerocketsettings.go @@ -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 {