bgpPeerConfigs property

List<BareMetalBgpPeerConfig>? bgpPeerConfigs
getter/setter pair

The list of BGP peers that the cluster will connect to.

At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.

Required.

Implementation

core.List<BareMetalBgpPeerConfig>? bgpPeerConfigs;