From aec10ff8abeeac3129a6be50f1a736554196793b Mon Sep 17 00:00:00 2001 From: Neeraj Krishna Gopalakrishna Date: Fri, 28 Nov 2025 09:00:51 +0530 Subject: [PATCH] Add hypershift to AutoSizingReserved --- .../common/_base/files/kubelet-auto-node-sizing-enabled.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/_base/files/kubelet-auto-node-sizing-enabled.yaml b/templates/common/_base/files/kubelet-auto-node-sizing-enabled.yaml index 29c514d9b3..1dc4c3ed61 100644 --- a/templates/common/_base/files/kubelet-auto-node-sizing-enabled.yaml +++ b/templates/common/_base/files/kubelet-auto-node-sizing-enabled.yaml @@ -2,7 +2,7 @@ mode: 0644 path: "/etc/node-sizing-enabled.env" contents: inline: | - NODE_SIZING_ENABLED={{if eq .Infra.Status.ControlPlaneTopology "External"}}false{{else}}true{{end}} + NODE_SIZING_ENABLED=true SYSTEM_RESERVED_MEMORY=1Gi SYSTEM_RESERVED_CPU=500m SYSTEM_RESERVED_ES=1Gi \ No newline at end of file