-
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
controllers: fix ServiceReconciler headless service reconciliation #98
controllers: fix ServiceReconciler headless service reconciliation #98
Conversation
/lgtm |
Headless services should have an empty list of IPs instead of a list containing the "None" string. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
ebc5151
to
8e35cab
Compare
This should be good too, I rebased it after #80 merge. When you have a moment to also review this @skitt @tpantelis that would be awesome 🙏 (and thanks for all the other PRs that you already reviewed btw ❤️). FYI I would like to bump mcs-api in our coming days as a "last minute fix" to make it in time for backporting it to Cilium next stable release 🙏. There is still like probably a full week for that, so I don't need it absolutely now there is still a bit of time but it's still is coming relatively fast 😅 ! |
Oh wow, yes, “None” is rather unfortunate… I’m restoring Tom’s LGTM based on his previous vote. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
Headless services should have an empty list of IPs instead of a list containing the "None" string.