-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
KEP-1880: updating KEP #3844
KEP-1880: updating KEP #3844
Conversation
/assign @thockin |
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.
This seems MOSTLY like just renaming the type - am I missing some deeper importance (other than what I flagged) ?
|
I know this is super tedious but...can you break this into commits? 1 just has renames, no other text chnges, then others that highlight specific semantic changes? |
is ok, let me do this right |
There is no need to handle the IPAddresses with finalizers since the apiserver only deallocates the IP after the Services has been deleted. The repair loop on the apiserver will guarantee the relaton between ServiceCIDR, Services and ClusterIP, there is no need to add a new controller on the controller manager.
f632a47
to
756f008
Compare
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.
LGTM but one comment - thanks for breaking it up - SO much easier.
Thanks! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, thockin 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 |
During the implementation some assumptions were found to be different, per example, the kubernetes.default Service logic and the bootstrap process can not be changed without breaking compatibility
Ref #1880 (comment)