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
-**Required server extensions**: [`network_load_balancer`](https://linuxcontainers.org/incus/docs/main/api-extensions/#network-load-balancer), [`network_load_balancer_health_check`](https://linuxcontainers.org/incus/docs/main/api-extensions/#network-load-balancer-health-check)
77
77
78
-
The `network` load balancer type will create and manage an [OVN network load balancer](https://linuxcontainers.org/incus/docs/main/howto/network_load_balancers/) for the control plane endpoint. A backend is configured for each control plane machine on the cluster. As control plane machines are added or removed from the cluster, cluster-api-provider-lxc will reconcile the backends of the network load balancer object accordingly.
78
+
The `ovn` load balancer type will create and manage an [OVN network load balancer](https://linuxcontainers.org/incus/docs/main/howto/network_load_balancers/) for the control plane endpoint. A backend is configured for each control plane machine on the cluster. As control plane machines are added or removed from the cluster, cluster-api-provider-lxc will reconcile the backends of the network load balancer object accordingly.
79
79
80
-
Using the `network` load balancer type when the `network_load_balancer` and `network_load_balancer_health_check` API extensions are not supported will raise an error during the LXCCluster provisioning process.
80
+
Using the `ovn` load balancer type when the `network_load_balancer` and `network_load_balancer_health_check` API extensions are not supported will raise an error during the LXCCluster provisioning process.
81
81
82
82
As mentioned in the documentation, network load balancers are only supported for [OVN networks](https://linuxcontainers.org/incus/docs/main/reference/network_ovn/). The load balancer address must be chosen from the uplink network. The cluster administrator must ensure that:
83
83
84
84
- The management cluster can reach the OVN uplink network, so that it can connect to the workload cluster.
85
-
- The name of the ovn network is set in `spec.loadBalancer.ovnNetworkName`.
85
+
- The name of the ovn network is set in `spec.loadBalancer.ovn.networkName`.
86
86
- The list of profiles used for control plane machines use the same OVN network (such that the load balancer backends can be configured).
87
87
- The load balancer IP address is set in `spec.controlPlaneEndpoint.host`
0 commit comments