-
Notifications
You must be signed in to change notification settings - Fork 4
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
✨ Add IPAM for nodes #142
✨ Add IPAM for nodes #142
Conversation
30775fb
to
354436f
Compare
History should now be clean |
Quality Gate passedIssues Measures |
The commit history of this PR is somehow really broken. There are too many unrelated files marked as changed. |
There are now docs & e2e tests! |
I think I addressed all issues. Let me know if there is anything left todo |
Thank you. This PR will be the next priority after upgrading to 1.8.1. There were some updates in the e2e framework, which have been addressed in #212 and I would suggest that we first merge the 1.8.1 PR and then have a final update here. |
# Conflicts: # test/e2e/capic_test.go # test/e2e/config/ionoscloud.yaml # test/e2e/env_test.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only some nits from my side.
As we have discussed before, there might be upcoming work for us, but this is not part of this PR.
Quality Gate passedIssues Measures |
What is the purpose of this pull request/Why do we need it?
We would like to get IPs from a fixed pool of IPs instead of relying on the DHCP.
Issue #, if available:
#130
Description of changes:
Special notes for your reviewer:
I did not write tests yet as I am waiting for #137 to be merged and I'd like to get some feedback about this PR first.
I am also unsure where I should put the docs, I did not find anything for the other api stuff beside the api definition itself. Maybe this is already enough?
Checklist: