Skip to content

LoadBalancer Service External-IP <pending> status #1586

@KillMaster9

Description

@KillMaster9

ConfigMap File:

apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: my-ip-space
protocol: layer2
addresses:
- 192.168.1.240-192.168.1.250

the config.addresses only have 10 IPs.

  1. Create 10 Loadbalancer service(svc1 ~ svc10),All ip resources are used.
  2. when create the svc11 LoadBalancer service, because no ip,the LoadBalancer service external-ip is pedning status.
  3. delete the svc1 will release an ip address,but the svc11 still pending.

I think the svc in pending state should assign the ip address when there is an available ip.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions