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