1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

TELCODOCS-2277

# nw-metallb-viewing-servicebgpstatus.adoc (fixing double "viewing")
This commit is contained in:
Kevin Quinn
2025-07-17 13:25:24 +01:00
committed by openshift-cherrypick-robot
parent ecb7b46df2
commit b0d9bc7ea5
6 changed files with 575 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
:_mod-docs-content-type: ASSEMBLY
[id=monitoring-metallb-status"]
= Monitoring MetalLB configuration status
include::_attributes/common-attributes.adoc[]
:context: monitor-metallb-config-status
toc::[]
As an {product-title} system administrator, you can gain insights into the operational status of your MetalLB deployments by examining the status of its custom resources (CRs). These status fields provide information about IP address allocations, BGP peer announcements, and session states, which are important for effective monitoring and troubleshooting.
For more information about how to install the MetalLB Operator, see xref:../../../networking/networking_operators/metallb-operator/about-metallb.adoc#about-metallb[About MetalLB and the MetalLB Operator].
// Address pool custom resource
include::modules/nw-metallb-status-reporting.adoc[leveloffset=+1]
// Add an address pool
include::modules/nw-metallb-viewing-ipaddresspool-status.adoc[leveloffset=+1]
// View ServiceBGPStatus
include::modules/nw-metallb-viewing-servicebgpstatus.adoc[leveloffset=+1]
// Verify BGP session establishment
include::modules/nw-metallb-verifying-bgp-session.adoc[leveloffset=+1]