From 1f84fd7c5bb2486384aaedbea13dec661047df1d Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Wed, 1 Dec 2021 11:26:59 -0800 Subject: [PATCH] Add missing kubelet config to HA control plane Signed-off-by: Todd Malsbary Change-Id: I1dd005dbdd420b4f8a8f6def047b67e629059c3f --- deploy/cluster/templates/kubeadmcontrolplane.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/cluster/templates/kubeadmcontrolplane.yaml b/deploy/cluster/templates/kubeadmcontrolplane.yaml index 003144f..a05377f 100644 --- a/deploy/cluster/templates/kubeadmcontrolplane.yaml +++ b/deploy/cluster/templates/kubeadmcontrolplane.yaml @@ -22,6 +22,9 @@ spec: nodeRegistration: kubeletExtraArgs: node-labels: metal3.io/uuid={{ "{{" }} ds.meta_data.uuid {{ "}}" }} + cpu-manager-policy: static + topology-manager-policy: best-effort + kube-reserved: cpu=200m,memory=512Mi name: '{{ "{{" }} ds.meta_data.name {{ "}}" }}' preKubeadmCommands: {{- if .Values.networks }} -- 2.16.6