Skip to content

Commit

Permalink
increase tags limit per vng (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
noasaunders219 authored Jan 9, 2025
1 parent afef614 commit 8c141fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ properties:
tags:
type: object
description: |
A maximum of 10 unique key-value pairs for VM tags in the virtual node group.
A maximum of 20 unique key-value pairs for VM tags in the virtual node group.
Note: Azure has a tag limit of 50 per node pool.
vmSizes:
$ref: "../../schemas/ocean-vmSizes.yaml"
scheduling:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ properties:
tags:
type: object
description: |
A maximum of 10 unique key-value pairs for VM tags in the virtual node group.
A maximum of 20 unique key-value pairs for VM tags in the virtual node group.
Note: Azure has a tag limit of 50 per node pool.
vmSizes:
$ref: "../../schemas/ocean-vmSizes.yaml"
scheduling:
Expand Down

0 comments on commit 8c141fd

Please sign in to comment.