@@ -8682,6 +8682,9 @@ string
8682
8682
<tbody><tr><td><p>"candidate"</p></td>
8683
8683
<td><p>Candidate channel group is for testing candidate builds.</p>
8684
8684
</td>
8685
+ </tr><tr><td><p>"fast"</p></td>
8686
+ <td><p>Fast channel group is for fast channel releases.</p>
8687
+ </td>
8685
8688
</tr><tr><td><p>"nightly"</p></td>
8686
8689
<td><p>Nightly channel group is for testing nigtly builds.</p>
8687
8690
</td>
@@ -15078,8 +15081,7 @@ string
15078
15081
<td>
15079
15082
<em>(Optional)</em>
15080
15083
<p>IPv6CidrBlock is the IPv6 CIDR block to be used when the provider creates a managed VPC.
15081
- A subnet can have an IPv4 and an IPv6 address.
15082
- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.</p>
15084
+ A subnet can have an IPv4 and an IPv6 address.</p>
15083
15085
</td>
15084
15086
</tr>
15085
15087
<tr>
@@ -15114,8 +15116,7 @@ bool
15114
15116
</td>
15115
15117
<td>
15116
15118
<em>(Optional)</em>
15117
- <p>IsIPv6 defines the subnet as an IPv6 subnet. A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.
15118
- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.</p>
15119
+ <p>IsIPv6 defines the subnet as an IPv6 subnet. A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.</p>
15119
15120
</td>
15120
15121
</tr>
15121
15122
<tr>
@@ -21692,13 +21693,16 @@ Requires AllowedCIDRBlocks to be empty.</p>
21692
21693
<td>
21693
21694
<code>allowedCIDRBlocks</code><br/>
21694
21695
<em>
21695
- []string
21696
+ <a href="#infrastructure.cluster.x-k8s.io/v1beta2.CidrBlocks">
21697
+ CidrBlocks
21698
+ </a>
21696
21699
</em>
21697
21700
</td>
21698
21701
<td>
21699
21702
<em>(Optional)</em>
21700
21703
<p>AllowedCIDRBlocks is a list of CIDR blocks allowed to access the bastion host.
21701
- They are set as ingress rules for the Bastion host’s Security Group (defaults to 0.0.0.0/0).</p>
21704
+ They are set as ingress rules for the Bastion host’s Security Group (defaults to 0.0.0.0/0).
21705
+ If the cluster has IPv6 enabled, defaults to ::/0 and 0.0.0.0/0.</p>
21702
21706
</td>
21703
21707
</tr>
21704
21708
<tr>
@@ -21914,6 +21918,14 @@ The source for the rule will be set to control plane and worker security group I
21914
21918
</tr>
21915
21919
</tbody>
21916
21920
</table>
21921
+ <h3 id="infrastructure.cluster.x-k8s.io/v1beta2.CidrBlocks">CidrBlocks
21922
+ (<code>[]string</code> alias)</p></h3>
21923
+ <p>
21924
+ (<em>Appears on:</em><a href="#infrastructure.cluster.x-k8s.io/v1beta2.Bastion">Bastion</a>, <a href="#infrastructure.cluster.x-k8s.io/v1beta2.NetworkSpec">NetworkSpec</a>)
21925
+ </p>
21926
+ <p>
21927
+ <p>CidrBlocks defines a set of CIDR blocks.</p>
21928
+ </p>
21917
21929
<h3 id="infrastructure.cluster.x-k8s.io/v1beta2.ClassicELBAttributes">ClassicELBAttributes
21918
21930
</h3>
21919
21931
<p>
@@ -22911,6 +22923,17 @@ string
22911
22923
</tr>
22912
22924
<tr>
22913
22925
<td>
22926
+ <code>ipv6Address</code><br/>
22927
+ <em>
22928
+ string
22929
+ </em>
22930
+ </td>
22931
+ <td>
22932
+ <p>The IPv6 address assigned to the instance.</p>
22933
+ </td>
22934
+ </tr>
22935
+ <tr>
22936
+ <td>
22914
22937
<code>publicIp</code><br/>
22915
22938
<em>
22916
22939
string
@@ -23185,6 +23208,21 @@ InstanceMetadataState
23185
23208
</tr>
23186
23209
<tr>
23187
23210
<td>
23211
+ <code>httpProtocolIpv6</code><br/>
23212
+ <em>
23213
+ <a href="#infrastructure.cluster.x-k8s.io/v1beta2.InstanceMetadataState">
23214
+ InstanceMetadataState
23215
+ </a>
23216
+ </em>
23217
+ </td>
23218
+ <td>
23219
+ <p>Enables or disables the IPv6 endpoint for the instance metadata service.
23220
+ This applies only if you enabled the HTTP metadata endpoint.</p>
23221
+ <p>Default: disabled</p>
23222
+ </td>
23223
+ </tr>
23224
+ <tr>
23225
+ <td>
23188
23226
<code>httpPutResponseHopLimit</code><br/>
23189
23227
<em>
23190
23228
int64
@@ -23625,7 +23663,9 @@ This is optional - if not provided new security groups will be created for the c
23625
23663
<td>
23626
23664
<code>nodePortIngressRuleCidrBlocks</code><br/>
23627
23665
<em>
23628
- []string
23666
+ <a href="#infrastructure.cluster.x-k8s.io/v1beta2.CidrBlocks">
23667
+ CidrBlocks
23668
+ </a>
23629
23669
</em>
23630
23670
</td>
23631
23671
<td>
@@ -24081,8 +24121,7 @@ string
24081
24121
<td>
24082
24122
<em>(Optional)</em>
24083
24123
<p>IPv6CidrBlock is the IPv6 CIDR block to be used when the provider creates a managed VPC.
24084
- A subnet can have an IPv4 and an IPv6 address.
24085
- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.</p>
24124
+ A subnet can have an IPv4 and an IPv6 address.</p>
24086
24125
</td>
24087
24126
</tr>
24088
24127
<tr>
@@ -24117,8 +24156,7 @@ bool
24117
24156
</td>
24118
24157
<td>
24119
24158
<em>(Optional)</em>
24120
- <p>IsIPv6 defines the subnet as an IPv6 subnet. A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.
24121
- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.</p>
24159
+ <p>IsIPv6 defines the subnet as an IPv6 subnet. A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.</p>
24122
24160
</td>
24123
24161
</tr>
24124
24162
<tr>
@@ -24649,8 +24687,7 @@ IPv6
24649
24687
</td>
24650
24688
<td>
24651
24689
<em>(Optional)</em>
24652
- <p>IPv6 contains ipv6 specific settings for the network. Supported only in managed clusters.
24653
- This field cannot be set on AWSCluster object.</p>
24690
+ <p>IPv6 contains ipv6 specific settings for the network.</p>
24654
24691
</td>
24655
24692
</tr>
24656
24693
<tr>
@@ -26225,6 +26262,11 @@ ASGStatus
26225
26262
</tr>
26226
26263
</tbody>
26227
26264
</table>
26265
+ <h3 id="infrastructure.cluster.x-k8s.io/v1beta2.AWSMachinePoolWebhook">AWSMachinePoolWebhook
26266
+ </h3>
26267
+ <p>
26268
+ <p>AWSMachinePoolWebhook implements a custom validation webhook for AWSMachinePool.</p>
26269
+ </p>
26228
26270
<h3 id="infrastructure.cluster.x-k8s.io/v1beta2.AWSManagedMachinePool">AWSManagedMachinePool
26229
26271
</h3>
26230
26272
<p>
@@ -27735,7 +27777,9 @@ int64
27735
27777
(<em>Appears on:</em><a href="#infrastructure.cluster.x-k8s.io/v1beta2.AWSManagedMachinePoolSpec">AWSManagedMachinePoolSpec</a>)
27736
27778
</p>
27737
27779
<p>
27738
- <p>ManagedMachineAMIType specifies which AWS AMI to use for a managed MachinePool.</p>
27780
+ <p>ManagedMachineAMIType specifies which AWS AMI to use for a managed MachinePool.
27781
+ Source of truth can be found using the link below:
27782
+ <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateNodegroup.html#AmazonEKS-CreateNodegroup-request-amiType">https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateNodegroup.html#AmazonEKS-CreateNodegroup-request-amiType</a></p>
27739
27783
</p>
27740
27784
<table>
27741
27785
<thead>
@@ -27747,9 +27791,18 @@ int64
27747
27791
<tbody><tr><td><p>"AL2023_ARM_64_STANDARD"</p></td>
27748
27792
<td><p>Al2023Arm64 is the AL2023 Arm AMI type.</p>
27749
27793
</td>
27794
+ </tr><tr><td><p>"AL2023_ARM_64_NVIDIA"</p></td>
27795
+ <td><p>Al2023Arm64Nvidia is the AL2023 Arm Nvidia AMI type.</p>
27796
+ </td>
27750
27797
</tr><tr><td><p>"AL2023_x86_64_STANDARD"</p></td>
27751
27798
<td><p>Al2023x86_64 is the AL2023 x86-64 AMI type.</p>
27752
27799
</td>
27800
+ </tr><tr><td><p>"AL2023_x86_64_NEURON"</p></td>
27801
+ <td><p>Al2023x86_64Neuron is the AL2023 x86-64 Neuron AMI type.</p>
27802
+ </td>
27803
+ </tr><tr><td><p>"AL2023_x86_64_NVIDIA"</p></td>
27804
+ <td><p>Al2023x86_64Nvidia is the AL2023 x86-64 Nvidia AMI type.</p>
27805
+ </td>
27753
27806
</tr><tr><td><p>"AL2_ARM_64"</p></td>
27754
27807
<td><p>Al2Arm64 is the Arm AMI type.</p>
27755
27808
</td>
@@ -27759,6 +27812,39 @@ int64
27759
27812
</tr><tr><td><p>"AL2_x86_64_GPU"</p></td>
27760
27813
<td><p>Al2x86_64GPU is the x86-64 GPU AMI type.</p>
27761
27814
</td>
27815
+ </tr><tr><td><p>"BOTTLEROCKET_ARM_64"</p></td>
27816
+ <td><p>BottleRocketArm64 is the Arm AMI type.</p>
27817
+ </td>
27818
+ </tr><tr><td><p>"BOTTLEROCKET_ARM_64_FIPS"</p></td>
27819
+ <td><p>BottleRocketArm64Fips is the BottleRocket Arm Fips AMI type.</p>
27820
+ </td>
27821
+ </tr><tr><td><p>"BOTTLEROCKET_ARM_64_NVIDIA"</p></td>
27822
+ <td><p>BottleRocketArm64Nvidia is the BottleRocket Arm Nvidia AMI type.</p>
27823
+ </td>
27824
+ </tr><tr><td><p>"BOTTLEROCKET_x86_64"</p></td>
27825
+ <td><p>BottleRocketx86_64 is the BottleRocket x86-64 AMI type.</p>
27826
+ </td>
27827
+ </tr><tr><td><p>"BOTTLEROCKET_x86_64_FIPS"</p></td>
27828
+ <td><p>BottleRocketx86_64Fips is the BottleRocket x86-64 Fips AMI type.</p>
27829
+ </td>
27830
+ </tr><tr><td><p>"BOTTLEROCKET_x86_64_NVIDIA"</p></td>
27831
+ <td><p>BottleRocketx86_64Nvidia is the BottleRocket x86-64 Nvidia AMI type.</p>
27832
+ </td>
27833
+ </tr><tr><td><p>"CUSTOM"</p></td>
27834
+ <td><p>Custom is the custom AMI type.</p>
27835
+ </td>
27836
+ </tr><tr><td><p>"WINDOWS_CORE_2019_x86_64"</p></td>
27837
+ <td><p>WindowsCore2019x86_64 is the Windows Core 2019 x86-64 AMI type.</p>
27838
+ </td>
27839
+ </tr><tr><td><p>"WINDOWS_CORE_2022_x86_64"</p></td>
27840
+ <td><p>WindowsCore2022x86_64 is the Windows Core 2022 x86-64 AMI type.</p>
27841
+ </td>
27842
+ </tr><tr><td><p>"WINDOWS_FULL_2019_x86_64"</p></td>
27843
+ <td><p>WindowsFull2019x86_64 is the Windows Full 2019 x86-64 AMI type.</p>
27844
+ </td>
27845
+ </tr><tr><td><p>"WINDOWS_FULL_2022_x86_64"</p></td>
27846
+ <td><p>WindowsFull2022x86_64 is the Windows Full 2022 x86-64 AMI type.</p>
27847
+ </td>
27762
27848
</tr></tbody>
27763
27849
</table>
27764
27850
<h3 id="infrastructure.cluster.x-k8s.io/v1beta2.ManagedMachinePoolCapacityType">ManagedMachinePoolCapacityType
0 commit comments