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

StatefulSet alike IP allocation for kubevirt vm #1297

Closed
oilbeater opened this issue Feb 15, 2022 · 0 comments · Fixed by #1307
Closed

StatefulSet alike IP allocation for kubevirt vm #1297

oilbeater opened this issue Feb 15, 2022 · 0 comments · Fixed by #1307
Assignees
Labels
feature New network feature

Comments

@oilbeater
Copy link
Collaborator

Feature request

Kube-OVN now provides a unique way to allocate ip for pods controlled by a StatefulSet. That's random allocate IP first time when pod is created, then during the lifecycle of the StatefulSet, pod with same name will always get the same IP after deleting and recreating.

This allocation strategy is also what kubevirt users expect. The VM gets a random IP address when provision, then after rebooting, stop and migration it preserves the same IP address.

Use case

Kubevirt users who need stable IP for VM

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

Successfully merging a pull request may close this issue.

2 participants