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:
109
109
description : |-
110
110
AllowedCIDRBlocks is a list of CIDR blocks allowed to access the bastion host.
111
111
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.
112
113
items :
113
114
type : string
114
115
type : array
@@ -592,12 +593,11 @@ spec:
592
593
description : |-
593
594
IPv6CidrBlock is the IPv6 CIDR block to be used when the provider creates a managed VPC.
594
595
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.
596
596
type : string
597
597
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 .
601
601
type : boolean
602
602
isPublic :
603
603
description : IsPublic defines the subnet as a public
@@ -779,9 +779,8 @@ spec:
779
779
type : integer
780
780
type : object
781
781
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.
785
784
properties :
786
785
cidrBlock :
787
786
description : |-
You can’t perform that action at this time.
0 commit comments