From: Todd Malsbary Date: Wed, 1 Dec 2021 19:26:59 +0000 (-0800) Subject: Add missing kubelet config to HA control plane X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F4542%2F1;p=icn.git Add missing kubelet config to HA control plane Signed-off-by: Todd Malsbary Change-Id: I1dd005dbdd420b4f8a8f6def047b67e629059c3f --- 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 }}