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 @@ -109,6 +109,7 @@ spec:
109109 description : |-
110110 AllowedCIDRBlocks is a list of CIDR blocks allowed to access the bastion host.
111111 They are set as ingress rules for the Bastion host's Security Group (defaults to 0.0.0.0/0).
112+ If the cluster has IPv6 enabled, defaults to ::/0 and 0.0.0.0/0.
112113 items :
113114 type : string
114115 type : array
@@ -592,12 +593,11 @@ spec:
592593 description : |-
593594 IPv6CidrBlock is the IPv6 CIDR block to be used when the provider creates a managed VPC.
594595 A subnet can have an IPv4 and an IPv6 address.
595- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object.
596596 type : string
597597 isIpv6 :
598- description : |-
599- IsIPv6 defines the subnet as an IPv6 subnet . A subnet is IPv6 when it is associated with a VPC that has IPv6 enabled.
600- IPv6 is only supported in managed clusters, this field cannot be set on AWSCluster object .
598+ description : IsIPv6 defines the subnet as an IPv6
599+ subnet. A subnet is IPv6 when it is associated
600+ with a VPC that has IPv6 enabled .
601601 type : boolean
602602 isPublic :
603603 description : IsPublic defines the subnet as a public
@@ -779,9 +779,8 @@ spec:
779779 type : integer
780780 type : object
781781 ipv6 :
782- description : |-
783- IPv6 contains ipv6 specific settings for the network. Supported only in managed clusters.
784- This field cannot be set on AWSCluster object.
782+ description : IPv6 contains ipv6 specific settings
783+ for the network.
785784 properties :
786785 cidrBlock :
787786 description : |-
You can’t perform that action at this time.
0 commit comments