-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Move servicelb into cloudprovider #6181
Conversation
51341eb
to
3c8f3e0
Compare
Codecov ReportBase: 9.72% // Head: 9.76% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #6181 +/- ##
=========================================
+ Coverage 9.72% 9.76% +0.04%
=========================================
Files 138 139 +1
Lines 10061 10100 +39
=========================================
+ Hits 978 986 +8
- Misses 8884 8912 +28
- Partials 199 202 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
87430d5
to
433a276
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.
This is very nice! How could we use this in rke2? I guess by setting cloud=provider-external
in kubelet but then we should somehow register this cloud-provider, right?
|
433a276
to
bf48418
Compare
bf48418
to
5352e3b
Compare
... and drop legacy ClusterID support. Signed-off-by: Brad Davidson <[email protected]>
95f7755
to
78c38f5
Compare
Signed-off-by: Brad Davidson <[email protected]>
78c38f5
to
a2f5372
Compare
aa42659
to
98f75e9
Compare
Signed-off-by: Brad Davidson <[email protected]>
If CCM and ServiceLB are both disabled, don't run the cloud-controller-manager at all; this should provide the same CLI flag behavior as previous releases, and not create problems when users disable the CCM but still want ServiceLB. Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]>
8d30793
to
3bcd985
Compare
Proposed Changes
cloudprovider.ImplementedElsewhere
can be returned most places to indicate a no-op status.Types of Changes
enhancement
Verification
Normal servicelb tests
Testing
Linked Issues
User-Facing Change
Further Comments