Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow requesting certain IP from ip pool with f5-ip-provider #163

Open
gorantornqvist-conoa opened this issue Oct 3, 2024 · 0 comments
Open

Comments

@gorantornqvist-conoa
Copy link

gorantornqvist-conoa commented Oct 3, 2024

Title

Allow requesting certain IP from ip pool with f5-ip-provider

Description

With other IPAM providers, like cilium, you can request a specific IP address from the ip pool to allocate (if it is free) with an annotation on the LoadBalancer service, example:

io.cilium/lb-ipam-ips: 1.2.3.4

Its unclear if this works or is supported with the f5-ip-provider.
A static IP can be entered with cis.f5.com/ip but if you use an IP from the pool, the IP does not get reserved according to the ip pool Status field when Im testing this.

Actual Problem

If the service is deleted and recreated, it may receive another ipaddress

Solution Proposed

Add an annotation for manually allocating an ip from the pool.

Alternatives

N/A

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant