Skip to content

Commit 7e5af73

Browse files
authored
chore: Add kubelet Memory Manager policy for Bottlerocket (#8907)
1 parent dc35edc commit 7e5af73

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
@@ -78,6 +78,7 @@ type BottlerocketKubernetes struct {
7878
CPUManagerPolicy *string `toml:"cpu-manager-policy,omitempty"`
7979
CPUManagerPolicyOptions []string `toml:"cpu-manager-policy-options,omitempty"`
8080
CPUManagerReconcilePeriod *string `toml:"cpu-manager-reconcile-period,omitempty"`
81+
MemoryManagerPolicy *string `toml:"memory-manager-policy,omitempty"`
8182
TopologyManagerScope *string `toml:"topology-manager-scope,omitempty"`
8283
TopologyManagerPolicy *string `toml:"topology-manager-policy,omitempty"`
8384
ImageGCHighThresholdPercent *string `toml:"image-gc-high-threshold-percent,omitempty"`

0 commit comments

Comments
 (0)