File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 6969 - AL2_ARM_64
7070 - AL2023_x86_64_STANDARD
7171 - AL2023_ARM_64_STANDARD
72+ - AL2023_x86_64_NVIDIA
73+ - AL2023_x86_64_NEURON
7274 - CUSTOM
7375 type : string
7476 amiVersion :
Original file line number Diff line number Diff line change @@ -17109,6 +17109,18 @@ int64
1710917109</tr><tr><td><p>"AL2_x86_64_GPU"</p></td>
1711017110<td><p>Al2x86_64GPU is the x86-64 GPU AMI type.</p>
1711117111</td>
17112+ <tr><td><p>"AL2023_ARM_64_STANDARD"</p></td>
17113+ <td><p>Al2023Arm64 is the AL2023 Arm AMI type.</p>
17114+ </td>
17115+ </tr><tr><td><p>"AL2023_x86_64_STANDARD"</p></td>
17116+ <td><p>Al2023x86_64 is the AL2023 x86 AMI type.</p>
17117+ </td>
17118+ </tr><tr><td><p>"AL2023_x86_64_NVIDIA"</p></td>
17119+ <td><p>Al2023x86_64GPU is the AL2023 x86-64 NVIDIA AMI type.</p>
17120+ </td>
17121+ </tr><tr><td><p>"AL2023_x86_64_NEURON"</p></td>
17122+ <td><p>Al2023x86_64Neuron is the AL2023 x86-64 NEURON AMI type.</p>
17123+ </td>
1711217124</tr></tbody>
1711317125</table>
1711417126<h3 id="infrastructure.cluster.x-k8s.io/v1beta1.ManagedMachinePoolCapacityType">ManagedMachinePoolCapacityType
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ const (
4040 Al2023x86_64 ManagedMachineAMIType = "AL2023_x86_64_STANDARD"
4141 // Al2023Arm64 is the AL2023 Arm AMI type.
4242 Al2023Arm64 ManagedMachineAMIType = "AL2023_ARM_64_STANDARD"
43+ // AL2023_x86_64_NVIDIA is the AL2023 x86-64 NVIDIA AMI type.
44+ Al2023x86_64Nvidia ManagedMachineAMIType = "AL2023_x86_64_NVIDIA"
45+ // AL2023_x86_64_NEURON is the AL2023 x86-64 NEURON AMI type.
46+ Al2023x86_64Neuron ManagedMachineAMIType = "AL2023_x86_64_NEURON"
4347)
4448
4549// ManagedMachinePoolCapacityType specifies the capacity type to be used for the managed MachinePool.
@@ -102,7 +106,7 @@ type AWSManagedMachinePoolSpec struct {
102106 AMIVersion * string `json:"amiVersion,omitempty"`
103107
104108 // AMIType defines the AMI type
105- // +kubebuilder:validation:Enum:=AL2_x86_64;AL2_x86_64_GPU;AL2_ARM_64;AL2023_x86_64_STANDARD;AL2023_ARM_64_STANDARD;CUSTOM
109+ // +kubebuilder:validation:Enum:=AL2_x86_64;AL2_x86_64_GPU;AL2_ARM_64;AL2023_x86_64_STANDARD;AL2023_ARM_64_STANDARD;AL2023_x86_64_NVIDIA;AL2023_x86_64_NEURON; CUSTOM
106110 // +kubebuilder:default:=AL2_x86_64
107111 // +optional
108112 AMIType * ManagedMachineAMIType `json:"amiType,omitempty"`
You can’t perform that action at this time.
0 commit comments