> 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/during-the-metallb-version-upgrade-to-0-13-7--service-ips-from-c.md).

# During The MetalLB Version Upgrade To 0.13.7, Service IPs From Custom IPAddressPools \[2nd] Getting R

## Problem

During the MetalLB upgrade from 0.10.2 to 0.13.7, it is observed that the External IP of the services in the ipaddresspool other than the default IPAddressPools were changed during this upgrade process.

Here is a sample of before and after the change for some of these services:

{% tabs %}
{% tab title="Javascript" %}

```javascript
-service-1                    service1                                                  LoadBalancer   10.21.66.75     10.32.209.8     19000:32239/TCP    189d

+service-1                    service1                                                  LoadBalancer   10.21.66.75     10.32.209.14    19000:32239/TCP   189d

-service-2                    service2                                               LoadBalancer   10.21.57.98     10.32.209.12    19010:31598/TCP   106d

+service-2                    service2                                               LoadBalancer   10.21.57.98     10.32.209.15    19010:31598/TCP  106d
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed Kubernetes - v-5.6 and Higher.

## Answer

The issue is resolved in the PMK-5.10.2 release.

## Additional Information

The jira used to track the the issue is **PMK-6161.**


---

# 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/during-the-metallb-version-upgrade-to-0-13-7--service-ips-from-c.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.
