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

[feature] Dual stack IP assignment #62

Open
dougbtv opened this issue Sep 9, 2020 · 2 comments
Open

[feature] Dual stack IP assignment #62

dougbtv opened this issue Sep 9, 2020 · 2 comments

Comments

@dougbtv
Copy link
Member

dougbtv commented Sep 9, 2020

One thing that could potentially be possible with Whereabouts is to assign multiple IP addresses to handle a dual stack scenario.

The CNI spec for IPAM shows that the well-known ips field accepts multiple instances

Potentially, we could account for this using a "list of ranges" and have an arbitrary number of ranges allowed.

ranges: ["192.168.2.1-192.168.2.150","2001::1-2001:20"]
@uablrek
Copy link

uablrek commented Oct 8, 2021

IMO whereabouts should re-use the host-local configuration for multiple addresses rather than invent something new. Simpler for users and developers and no need for extra documentation.

@uablrek
Copy link

uablrek commented Oct 8, 2021

Is there really no way currently of using whereabouts in a dual-stack environment?

dougbtv pushed a commit that referenced this issue Feb 8, 2022
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

2 participants