Skip to content

Commit

Permalink
DOC-2692-openAPI-Ocean-AKS-Cluster-Create-Logging-azure-blob-update-t…
Browse files Browse the repository at this point in the history
…he-doc-link (#719)

[fix] Logging - azure blob - update the doc link
  • Loading branch information
noasaunders219 authored Jan 15, 2025
1 parent a125317 commit 335c276
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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 @@ -78,7 +78,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
2 changes: 1 addition & 1 deletion api/services/ocean/aks/schemas/ocean-logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties:
type: object
title: The Ocean AKS Logging Azure Blob Export
description: |
Exports your cluster's logs to the storage account and container configured on the storage account [data integration](/#operation/DataIntegrationCreate) given.
Exports your cluster's logs to the storage account and container configured on the storage account [data integration](https://docs.spot.io/ocean/features/log-integration-with-azure-blob?id=log-integration-with-azure-blob) given.
Each file contains logs of 3 minutes where each log is separated by a new line and saved as a JSON.
The file formats are `container`/`accountId`_`oceanId`_`oceanName`_`startTime`.log
required:
Expand Down
3 changes: 2 additions & 1 deletion api/services/ocean/aks/schemas/ocean-virtualNodeGroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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,6 +74,7 @@ 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"

0 comments on commit 335c276

Please sign in to comment.