From c1f53df3daddaf597842d6f9264a67d5083002f8 Mon Sep 17 00:00:00 2001 From: Pavan Sokke Nagaraj Date: Mon, 4 Nov 2024 13:42:46 -0500 Subject: [PATCH] change AMIType default to AL2023_ARM_64_STANDARD --- exp/api/v1beta1/awsmanagedmachinepool_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/api/v1beta1/awsmanagedmachinepool_types.go b/exp/api/v1beta1/awsmanagedmachinepool_types.go index 2ffb195b3b..b10e1358c6 100644 --- a/exp/api/v1beta1/awsmanagedmachinepool_types.go +++ b/exp/api/v1beta1/awsmanagedmachinepool_types.go @@ -104,7 +104,7 @@ type AWSManagedMachinePoolSpec struct { // AMIType defines the AMI type // +kubebuilder:validation:Enum:=AL2_x86_64;AL2_x86_64_GPU;AL2_ARM_64;AL2023_x86_64_STANDARD;AL2023_ARM_64_STANDARD - // +kubebuilder:default:=AL2_x86_64 + // +kubebuilder:default:=AL2023_ARM_64_STANDARD // +optional AMIType *ManagedMachineAMIType `json:"amiType,omitempty"`