Skip to content

Commit 7d293d5

Browse files
committed
update templates with default cp outbound lb
1 parent 5fb670b commit 7d293d5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

templates/cluster-template-private.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ spec:
3232
apiServerLB:
3333
name: ${CLUSTER_NAME}-internal-lb
3434
type: Internal
35+
controlPlaneOutboundLB:
36+
frontendIPsCount: 1
3537
nodeOutboundLB:
3638
frontendIPsCount: 1
3739
vnet:

templates/flavors/private/patches/private-lb.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ spec:
99
type: Internal
1010
nodeOutboundLB:
1111
frontendIPsCount: 1
12-
12+
controlPlaneOutboundLB:
13+
frontendIPsCount: 1

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
privateIP: ${AZURE_INTERNAL_LB_IP}
4040
name: ${CLUSTER_NAME}-internal-lb
4141
type: Internal
42+
controlPlaneOutboundLB:
43+
frontendIPsCount: 1
4244
nodeOutboundLB:
4345
frontendIPsCount: 1
4446
subnets:

0 commit comments

Comments
 (0)