Skip to content

Commit 9bedf08

Browse files
committed
revert SKU to Standard_D2s_v3
1 parent 2ffb530 commit 9bedf08

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_D2ds_v5}"
44+
value: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
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_D2ds_v5}"
38+
vmSize: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
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
@@ -11,4 +11,4 @@ spec:
1111
enableNodePublicIP: false
1212
availabilityZones: ["1", "2"]
1313
name: pool0
14-
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"
14+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"

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_D2ds_v5}"
20+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
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
@@ -9,4 +9,4 @@ spec:
99
enableNodePublicIP: false
1010
availabilityZones: ["1", "2"]
1111
name: pool0
12-
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2ds_v5}"
12+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"

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_D2ds_v5}"
18+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
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_D2ds_v5}"
28+
sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
2929
osType: Windows
3030
name: pool2

0 commit comments

Comments
 (0)