Skip to content

Commit

Permalink
test(fix): setting the default tier to default on AKS test (#4709)
Browse files Browse the repository at this point in the history
Starting on version 2.47.0 of `az aks` command a new option was added `--tier`
which is used to specify the tier for the cluster being created, more information
here: https://learn.microsoft.com/en-us/azure/aks/free-standard-pricing-tiers

Closes #4708

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
(cherry picked from commit 546f424)
  • Loading branch information
sxd committed May 28, 2024
1 parent 31dec50 commit 497935c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ jobs:
# create and login to the AKS cluster
az aks create --resource-group ${{ secrets.AZURE_RESOURCEGROUP }} \
--name ${AZURE_AKS} \
--tier standard \
--node-count 3 -k v${K8S_VERSION} --generate-ssh-keys --enable-addons monitoring \
--workspace-resource-id ${{ secrets.AZURE_WORKSPACE_RESOURCE_ID }} \
--aks-custom-headers EnableAzureDiskFileCSIDriver=true
Expand Down

0 comments on commit 497935c

Please sign in to comment.