Skip to content

Commit 9e33d53

Browse files
committed
Update to newer version sku's that are same 'size'
We've been seen alot of failures with the Standard_D2s_v3 so trying out going to a new sku version that might be more avaliable in regions Signed-off-by: James Sturtevant <[email protected]>
1 parent 6754b61 commit 9e33d53

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

templates/test/ci/cluster-template-prow-aks-aso.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-aks-clusterclass.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-aks.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/prow-aks-aso/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ patches:
4141
value: ManagedClustersAgentPool
4242
- op: replace
4343
path: /spec/resources/0/spec/vmSize
44-
value: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
44+
value: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"
4545
target:
4646
kind: AzureASOManagedMachinePool
4747

templates/test/ci/prow-aks-aso/patches/aks-pool2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ spec:
3535
name: ${CLUSTER_NAME}
3636
mode: User
3737
type: VirtualMachineScaleSets
38-
vmSize: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
38+
vmSize: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"
3939
osType: Windows

templates/test/ci/prow-aks-clusterclass/patches/aks-clusterclass-pool0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ spec:
1212
enableUltraSSD: true
1313
availabilityZones: ["1", "2"]
1414
name: pool0
15-
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
15+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"

templates/test/ci/prow-aks-clusterclass/patches/aks-clusterclass-pool1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
nodeLabels:
1818
"type": "shared"
1919
name: pool1
20-
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
20+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"
2121
kubeletConfig:
2222
cpuManagerPolicy: "static"
2323
cpuCfsQuota: true

templates/test/ci/prow-aks/patches/aks-pool0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ spec:
1010
enableUltraSSD: true
1111
availabilityZones: ["1", "2"]
1212
name: pool0
13-
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
13+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"

templates/test/ci/prow-aks/patches/aks-pool1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
nodeLabels:
1616
"type": "shared"
1717
name: pool1
18-
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
18+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"
1919
kubeletConfig:
2020
cpuManagerPolicy: "static"
2121
cpuCfsQuota: true

templates/test/ci/prow-aks/patches/aks-pool2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ metadata:
2525
name: "${CLUSTER_NAME}-pool2"
2626
spec:
2727
mode: User
28-
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
28+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"
2929
osType: Windows
3030
name: pool2

0 commit comments

Comments
 (0)