Skip to content

Commit 131bba7

Browse files
committed
azure: Use Standard_D4ads_v5 by default in tests
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
1 parent 9b5a6c8 commit 131bba7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/e2e/kubetest2-kops/deployer

tests/e2e/kubetest2-kops/deployer/up.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ func (d *deployer) createCluster(zones []string, adminAccess string, yes bool) e
238238
}
239239
case "azure":
240240
// Use SKUs for which there is enough quota
241-
args = appendIfUnset(args, "--control-plane-size", "Standard_D4s_v3")
242-
args = appendIfUnset(args, "--node-size", "Standard_D2s_v3")
241+
args = appendIfUnset(args, "--control-plane-size", "Standard_D4ads_v5")
242+
args = appendIfUnset(args, "--node-size", "Standard_D4ads_v5")
243243
case "gce":
244244
if isArm {
245245
args = appendIfUnset(args, "--control-plane-size", "t2a-standard-2")

0 commit comments

Comments
 (0)