Skip to content

Commit

Permalink
Add docs for LBaaS support
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed Jun 21, 2023
1 parent 60409da commit 2104d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/networking/custom-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ using existing VCN infrastructure.

By default, CAPOCI uses [OCI Network Load Balancer][oci-nlb] as API Server load balancer. The load balancer front-ends
control plane hosts to provide high availability access to Kubernetes API. The following spec can be used to
use [OCI Load Balancer][oci-lb] as the API Server load balancer.
use [OCI Load Balancer][oci-lb] as the API Server load balancer. The change from the default spec is to set
`loadBalancerType` field to "lb" in the `OCICluster` resource.

```yaml
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
Expand Down

0 comments on commit 2104d63

Please sign in to comment.