> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pmk/frequently-asked-questions/metallb-in-error-state.md).

# MetalLB ClusterAddon in Error State

## Problem

The MetalLB clusteraddon is installed in the BGP mode. It is working as expected. But, the addon is not healthy in the UI and when checked from the backend as well:

{% tabs %}
{% tab title="MetalLB ClusterAddon" %}

```javascript
ec6d5688-c3ad-4e1c-bd02-5b5164842c37-metallb                ec6d5688-c3ad-4e1c-bd02-5b5164842c37   metallb                0.14.2    InstallAddonError   2025-02-13T22:43:49Z
c611a275-293e-4491-a9c7-fbb70bb875cf-metallb                c611a275-293e-4491-a9c7-fbb70bb875cf   metallb                0.14.2    InstallAddonError   2025-02-13T17:28:19Z
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed Kubernetes - v5.11
* Kubernetes version- 1.30

## Answer

This is due to an upstream issue from MetalLB:

Reference: [Community validation webhook denies all updates · Issue #2597 · metallb/metallb](https://github.com/metallb/metallb/issues/2597) PR: [Webhooks: fix Community update by oribon · Pull Request #2608 · metallb/metallb](https://github.com/metallb/metallb/pull/2608)

## Additional Information

Platform9 team has fixed this issue as part of Jira:PMK-6633 in the PMK-5.11.2 Patch version and in the PMK-5.12 versoins.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://platform9.com/kb/pmk/frequently-asked-questions/metallb-in-error-state.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
