Skip to content

Commit

Permalink
update private flavor to set nodeoutboundlb explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
shysank committed Mar 18, 2021
1 parent f296b3d commit 259c4c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/cluster-template-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
apiServerLB:
name: ${CLUSTER_NAME}-internal-lb
type: Internal
nodeOutboundLB:
frontendIPsCount: 1
vnet:
name: ${AZURE_VNET_NAME:=${CLUSTER_NAME}-vnet}
resourceGroup: ${AZURE_RESOURCE_GROUP:=${CLUSTER_NAME}}
Expand Down
2 changes: 2 additions & 0 deletions templates/flavors/private/patches/private-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ spec:
apiServerLB:
name: ${CLUSTER_NAME}-internal-lb
type: Internal
nodeOutboundLB:
frontendIPsCount: 1

2 changes: 2 additions & 0 deletions templates/test/cluster-template-prow-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
privateIP: ${AZURE_INTERNAL_LB_IP}
name: ${CLUSTER_NAME}-internal-lb
type: Internal
nodeOutboundLB:
frontendIPsCount: 1
subnets:
- cidrBlocks:
- ${AZURE_CP_SUBNET_CIDR}
Expand Down

0 comments on commit 259c4c2

Please sign in to comment.