Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions api/services/ocean/aws/schemas/ocean-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ properties:
Not required if the subnet is configured to “auto assign ipv6 addresses”.
default: false
example: false
primaryIpv6:
type: boolean
example: false
description: >
Enables assignment of a primary IPv6 address to the cluster.
This feature is only available when `associateIpv6Addresses` is explicitly set to `true`.
Additionally, the cluster must have been initially created as an EKS cluster in IPv6 mode.
monitoring:
type: boolean
description: >
Expand Down
Loading