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

Bugfix: recycle unneeded reserved IPs for pre-assigned pods #418

Merged
merged 3 commits into from
Jul 10, 2024

Conversation

sjtufl
Copy link
Collaborator

@sjtufl sjtufl commented May 27, 2024

Pull Request Description

Describe what this PR does / why we need it

Does this pull request fix one issue?

Fixes #417

Describe how you did it

Recycle unneeded reserved IPs before assigning IPs to pods.

Describe how to verify it

Special notes for reviews

@sjtufl sjtufl added the enhancement New feature or request label May 27, 2024
@sjtufl sjtufl requested review from mars1024 and hhyasdf May 27, 2024 12:46
@sjtufl sjtufl force-pushed the fix/pre-assign-recycle-ips branch from 0b4cce1 to 7b515cf Compare May 28, 2024 03:00
@mars1024
Copy link
Collaborator

mars1024 commented Jul 5, 2024

basically LGTM,but we need more test cases,do you mind adding some?

@sjtufl sjtufl force-pushed the fix/pre-assign-recycle-ips branch from 7b515cf to 04909a9 Compare July 10, 2024 09:08
@sjtufl
Copy link
Collaborator Author

sjtufl commented Jul 10, 2024

basically LGTM,but we need more test cases,do you mind adding some?

Added, PTAL.

Copy link
Collaborator

@mars1024 mars1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
Thanks!

@mars1024 mars1024 merged commit 64b295a into alibaba:main Jul 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changing specified IP of stateful workload will cause multiple IPs being reserved
2 participants