From ad3b93d51525d460d56434bb10932da386cb4e23 Mon Sep 17 00:00:00 2001 From: Michael Weibel <307427+mweibel@users.noreply.github.com> Date: Thu, 17 Feb 2022 13:57:01 +0100 Subject: [PATCH] use correct machine type env var use node machine type, not control plane machine type --- templates/cluster-template-machinepool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cluster-template-machinepool.yaml b/templates/cluster-template-machinepool.yaml index 1ccf6f66a0..89f0596862 100644 --- a/templates/cluster-template-machinepool.yaml +++ b/templates/cluster-template-machinepool.yaml @@ -96,7 +96,7 @@ spec: availabilityZones: - "${AWS_AVAILABILITY_ZONE}" awsLaunchTemplate: - instanceType: "${AWS_CONTROL_PLANE_MACHINE_TYPE}" + instanceType: "${AWS_NODE_MACHINE_TYPE}" sshKeyName: "${AWS_SSH_KEY_NAME}" --- apiVersion: bootstrap.cluster.x-k8s.io/v1beta1