# Speaker pod fails to announce service if ExternalTrafficPolicy is changed to Local

## Problem

* Speaker pod fails to announce service if ExternalTrafficPolicy is changed to Local.
* This happens only for a speaker pod running on a specific node of the cluster.

## Environment

* Platform9 Managed Kubernetes - v5.4.0
* Kubernetes version v1.21
* Cluster with MetalLB

## Cause

* If MetalLB is deployed with l2advertisement feature, then corresponding label is needed on the node.

## Resolution

* Apply correct label on the node which is used for l2advertisement feature.


---

# Agent Instructions: 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:

```
GET https://platform9.com/kb/pmk/how-to/speaker-pod-fails-to-announce-service-if-externaltrafficpolicy-i.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
