File tree Expand file tree Collapse file tree 2 files changed +756
-67
lines changed Expand file tree Collapse file tree 2 files changed +756
-67
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ spec:
110
110
description : |-
111
111
AllowedCIDRBlocks is a list of CIDR blocks allowed to access the bastion host.
112
112
They are set as ingress rules for the Bastion host's Security Group (defaults to 0.0.0.0/0).
113
+ If the cluster has IPv6 enabled, defaults to ::/0 and 0.0.0.0/0.
113
114
items :
114
115
type : string
115
116
type : array
@@ -593,12 +594,11 @@ spec:
593
594
description : |-
594
595
IPv6CidrBlock is the IPv6 CIDR block to be used when the provider creates a managed VPC.
595
596
A subnet can have an IPv4 and an IPv6 address.
596
- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.
597
597
type : string
598
598
isIpv6 :
599
- description : |-
600
- IsIPv6 defines the subnet as an IPv6 subnet . A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.
601
- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object .
599
+ description : IsIPv6 defines the subnet as an IPv6
600
+ subnet. A subnet is IPv6 when it is associated
601
+ with a VPC that has IPv6 enabled .
602
602
type : boolean
603
603
isPublic :
604
604
description : IsPublic defines the subnet as a public
@@ -780,9 +780,8 @@ spec:
780
780
type : integer
781
781
type : object
782
782
ipv6 :
783
- description : |-
784
- IPv6 contains ipv6 specific settings for the network. Supported only in managed clusters.
785
- This field cannot be set on AWSCluster object.
783
+ description : IPv6 contains ipv6 specific settings
784
+ for the network.
786
785
properties :
787
786
cidrBlock :
788
787
description : |-
You can’t perform that action at this time.
0 commit comments