Skip to content

Commit

Permalink
Add loadBalancerInterface as an optional configuration to the baremet…
Browse files Browse the repository at this point in the history
…al configuration docs
  • Loading branch information
sp1999 committed Sep 29, 2024
1 parent b7af36f commit bd4a7fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/en/docs/getting-started/baremetal/bare-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ EKS Anywhere for Bare Metal uses `kube-vip` load balancer by default to expose t
You can disable this feature by setting this field to `true`.
>**_NOTE:_** If you skip load balancer deployment, you will have to ensure that the Tinkerbell stack is available at [tinkerbellIP]({{< relref "#tinkerbellip-required" >}}) once the cluster creation is finished. One way to achieve this is by using the [MetalLB]({{< relref "../../packages/metallb" >}}) package.

### loadBalancerInterface (optional)
Optional field to configure a custom load balancer interface for Tinkerbell stack.

## TinkerbellMachineConfig Fields
In the example, there are `TinkerbellMachineConfig` sections for control plane (`my-cluster-name-cp`) and worker (`my-cluster-name`) machine groups.
The following fields identify information needed to configure the nodes in each of those groups.
Expand Down

0 comments on commit bd4a7fc

Please sign in to comment.