You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document describes how to configure your clusters' control plane outbound load balancer.
4
+
5
+
### Public Clusters
6
+
7
+
For public clusters ie. clusters with api server load balancer type set to `Public`, CAPZ automatically does not support adding a control plane outbound load balancer.
8
+
This is because the api server load balancer already allows for outbound traffic in public clusters.
9
+
10
+
### Private Clusters
11
+
12
+
For private clusters ie. clusters with api server load balancer type set to `Internal`, CAPZ does not create a control plane outbound load balancer by default.
13
+
To create a control plane outbound load balancer, include the `controlPlaneOutboundLB` section with the desired settings.
14
+
15
+
Here is an example of configuring a control plane outbound load balancer with 1 front end ip for a private cluster:
0 commit comments