Skip to content

Commit 13b10ee

Browse files
committed
Try 1 cp node
1 parent a133b4d commit 13b10ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/azure_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ var _ = Describe("Workload cluster creation", func() {
204204
specName,
205205
withNamespace(namespace.Name),
206206
withClusterName(clusterName),
207-
withControlPlaneMachineCount(3),
207+
withControlPlaneMachineCount(1),
208208
withWorkerMachineCount(2),
209209
withControlPlaneInterval(specName, "wait-control-plane-ha"),
210210
withControlPlaneWaiters(clusterctl.ControlPlaneWaiters{
@@ -290,7 +290,7 @@ var _ = Describe("Workload cluster creation", func() {
290290
withFlavor("azure-cni-v1"),
291291
withNamespace(namespace.Name),
292292
withClusterName(clusterName),
293-
withControlPlaneMachineCount(3),
293+
withControlPlaneMachineCount(1),
294294
withWorkerMachineCount(2),
295295
withControlPlaneInterval(specName, "wait-control-plane-ha"),
296296
withControlPlaneWaiters(clusterctl.ControlPlaneWaiters{
@@ -462,7 +462,7 @@ var _ = Describe("Workload cluster creation", func() {
462462
withFlavor("ipv6"),
463463
withNamespace(namespace.Name),
464464
withClusterName(clusterName),
465-
withControlPlaneMachineCount(3),
465+
withControlPlaneMachineCount(1),
466466
withWorkerMachineCount(1),
467467
withControlPlaneInterval(specName, "wait-control-plane-ha"),
468468
withControlPlaneWaiters(clusterctl.ControlPlaneWaiters{

0 commit comments

Comments
 (0)