Skip to content

Commit

Permalink
remove UltraSSD from AKS e2e templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Jul 29, 2024
1 parent 31575ed commit 2ffb530
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion templates/test/ci/cluster-template-prow-aks.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ spec:
osDiskType: "Managed"
osDiskSizeGB: 30
enableNodePublicIP: false
enableUltraSSD: true
availabilityZones: ["1", "2"]
name: pool0
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"
1 change: 0 additions & 1 deletion templates/test/ci/prow-aks/patches/aks-pool0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spec:
osDiskType: "Managed"
osDiskSizeGB: 30
enableNodePublicIP: false
enableUltraSSD: true
availabilityZones: ["1", "2"]
name: pool0
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"

0 comments on commit 2ffb530

Please sign in to comment.