Skip to content

Commit

Permalink
feat: Add extra fields to Bottlerocket k8s config (aws#6252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emberwalker authored May 22, 2024
1 parent 9a71b6c commit a1167de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/providers/amifamily/bootstrap/bottlerocketsettings.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ type BottlerocketKubernetes struct {
CPUCFSQuota *bool `toml:"cpu-cfs-quota-enforced,omitempty"`
ShutdownGracePeriod *string `toml:"shutdown-grace-period,omitempty"`
ShutdownGracePeriodForCriticalPods *string `toml:"shutdown-grace-period-for-critical-pods,omitempty"`
ClusterDomain *string `toml:"cluster-domain,omitempty"`
SeccompDefault *bool `toml:"seccomp-default,omitempty"`
}

type BottlerocketStaticPod struct {
Expand Down

0 comments on commit a1167de

Please sign in to comment.