-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Part of #4255
Description
If ipFamily is set to ipv6, ensure that the version is >= 1.21.
metadata:
name: <cluster-name>
version: "1.21"
vpc:
ipFamily: ipv6Scope
- Add some validation for when
ipFamilyis set - Error out if the version is not supported
Acceptance Criteria
Story 1
- As an
eksctluser - When I set
ipFamilytoipv6andmetadata.versionto"1.21" - I can see in the console that I have created an IPv6 VPC+cluster
- I can learn about this in the docs
Story 2
- As an
eksctluser - When I set
ipFamilytoipv6andmetadata.versionto"1.20" - I see an error that this feature is not supported with this version