Skip to content

Commit

Permalink
vnet subnets and pod subnets added to node pool properties
Browse files Browse the repository at this point in the history
  • Loading branch information
noasaunders219 committed Oct 1, 2023
1 parent 28ef0e4 commit 9989570
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions api/services/ocean/aksV2/schemas/ocean-nodePoolProperties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,21 @@ properties:
kubernetesVersion:
type: string
description: |
The desired Kubernetes version of the luanched nodes.
The desired Kubernetes version of the launched nodes.
In case the value is null, the Kubernetes version of the control plane
is used.
example: 1.26
example: 1.26
vnetSubnetIDs:
type: array
description: >
A comma-separated list of subnet identifiers for ---. Subnet identifiers should be configured with auto-assign public IP.
items:
type: string
example: ["subnet-4c1d1538", "subnet-2791bb61"]
podSubnetIDs:
type: array
description: >
A comma-separated list of subnet identifiers for ---. Subnet identifiers should be configured with auto-assign public IP.
items:
type: string
example: ["subnet-4c1d1538", "subnet-2791bb61"]

0 comments on commit 9989570

Please sign in to comment.