-
Notifications
You must be signed in to change notification settings - Fork 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
Brightbox cluster autoscaler provider #4019
Brightbox cluster autoscaler provider #4019
Conversation
Welcome @NeilW! |
07e53ab
to
f8f8cee
Compare
f8f8cee
to
9a784dd
Compare
@towca @aleksandra-malinowska do I need to do anything else to get this PR looked at? |
9a784dd
to
5548f0e
Compare
5548f0e
to
f627c98
Compare
d71367a
to
bbdc187
Compare
c577d09
to
561da2b
Compare
This is the independent code for the provider plugin
This is the minimal modification to the existing files to hook in the Brightbox cluster autoscaler provider.
561da2b
to
4f91974
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mwielgus, NeilW 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 |
This PR was reversed in #4410. The code added here does not pass lint & spell checking unit tests, causing unit-test failures in repository. Please clean up your cloudprovider implementation before adding it again. |
@BigDarkClown Was there any particular reason you decided to do that for us rather than excluding the vendored subdirectories in the hack files as has been done for other cloud providers? autoscaler/hack/verify-spelling.sh Line 26 in e80ab51
autoscaler/hack/verify-golint.sh Line 30 in e80ab51
autoscaler/hack/boilerplate/boilerplate.py Line 152 in e80ab51
|
I've added the necessary exclusions in #4413 |
Hello,
Here is the implementation of the Brightbox cloud provider . We've been running this provider as a fork for several versions now and we feel it is now stable enough to be submitted to the mainline.
Comments appreciated