-
Notifications
You must be signed in to change notification settings - Fork 44
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
apis: increase max lengths of ips to 2 #80
apis: increase max lengths of ips to 2 #80
Conversation
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.
/approve
/hold
Pending comments in https://github.com/kubernetes-sigs/mcs-api/pull/80/files#r1878240881, should ensure #85 merges first.
d8fd703
to
d6977cb
Compare
Bump the max number of IPs to 2 instead of 1. This is to reflect the maximum number of IPs in regular Services and to be dual stack compatible. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
d6977cb
to
a711865
Compare
It's been a while that we are discussing v1alpha2 but not going forward with it. And this is a non breaking change so I would like to do this change + the related api change to v1alpha1 here instead of waiting for v1alpha2 if that's ok for you. cc @tpantelis @mikemorris @skitt 🙏 |
/hold cancel |
Sorry I've been behind following up on your work! This feels okay to me, may need to regenerate the CRD YAML in this PR now though. |
/test pull-mcs-api-e2e |
Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
a711865
to
f9bf777
Compare
No worries, actually I have already regenerated the yaml so it should be fine on that aspect 👍 |
/lgtm |
Hmm I can't reproduce the CI failure locally let's try a bit more 😅 |
/retest-required |
/test pull-mcs-api-e2e |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikemorris, MrFreezeex, skitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Update the Service controller to update the ServiceImport with all the IPs instead of only the first IP.
A bit related to #63 might not be the complete answer for this though