Skip to content

Commit 083fb58

Browse files
committed
Update ovn network load balancer description for v1alpha2
1 parent 8e72516 commit 083fb58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/book/src/explanation/load-balancer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Part of the responsibilities of the infrastructure provider is to provision a Lo
88

99
In the LXCCluster resource, `spec.loadBalancer.type` can be one of:
1010

11-
{{#tabs name:"load-balancer-type" tabs:"lxc,oci,network,external" }}
11+
{{#tabs name:"load-balancer-type" tabs:"lxc,oci,ovn,external" }}
1212

1313
{{#tab lxc }}
1414

@@ -71,18 +71,18 @@ spec:
7171

7272
{{#/tab }}
7373

74-
{{#tab network }}
74+
{{#tab ovn }}
7575

7676
- **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)
7777

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.
7979

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.
8181

8282
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:
8383

8484
- 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`.
8686
- The list of profiles used for control plane machines use the same OVN network (such that the load balancer backends can be configured).
8787
- The load balancer IP address is set in `spec.controlPlaneEndpoint.host`
8888

0 commit comments

Comments
 (0)