Skip to content
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

Merged

Conversation

NeilW
Copy link
Contributor

@NeilW NeilW commented Apr 16, 2021

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

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 16, 2021
@k8s-ci-robot
Copy link
Contributor

Welcome @NeilW!

It looks like this is your first PR to kubernetes/autoscaler 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/autoscaler has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 16, 2021
@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. label Apr 16, 2021
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 3, 2021
@NeilW NeilW force-pushed the brightbox-cluster-autoscaler-provider branch from 07e53ab to f8f8cee Compare May 4, 2021 01:34
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 4, 2021
@NeilW NeilW force-pushed the brightbox-cluster-autoscaler-provider branch from f8f8cee to 9a784dd Compare May 10, 2021 15:18
@NeilW
Copy link
Contributor Author

NeilW commented May 10, 2021

@towca @aleksandra-malinowska do I need to do anything else to get this PR looked at?

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 14, 2021
cluster-autoscaler/go.mod Outdated Show resolved Hide resolved
@NeilW NeilW force-pushed the brightbox-cluster-autoscaler-provider branch from 9a784dd to 5548f0e Compare June 23, 2021 15:49
@k8s-ci-robot k8s-ci-robot removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. labels Jun 23, 2021
@NeilW NeilW force-pushed the brightbox-cluster-autoscaler-provider branch from 5548f0e to f627c98 Compare June 23, 2021 16:05
@NeilW NeilW force-pushed the brightbox-cluster-autoscaler-provider branch 2 times, most recently from d71367a to bbdc187 Compare July 27, 2021 15:22
@NeilW NeilW requested a review from mwielgus July 28, 2021 09:39
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 14, 2021
@NeilW NeilW force-pushed the brightbox-cluster-autoscaler-provider branch 2 times, most recently from c577d09 to 561da2b Compare September 15, 2021 13:13
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 15, 2021
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.
@NeilW NeilW force-pushed the brightbox-cluster-autoscaler-provider branch from 561da2b to 4f91974 Compare September 20, 2021 13:39
Copy link
Contributor

@mwielgus mwielgus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 19, 2021
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 19, 2021
@k8s-ci-robot k8s-ci-robot merged commit 1e9a2a3 into kubernetes:master Oct 19, 2021
@BigDarkClown
Copy link
Contributor

BigDarkClown commented Oct 20, 2021

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.

@NeilW
Copy link
Contributor Author

NeilW commented Oct 20, 2021

@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?

git ls-files --full-name | grep -v -e vendor | grep -v cluster-autoscaler/cloudprovider/magnum/gophercloud| grep -v cluster-autoscaler/cloudprovider/huaweicloud/huaweicloud-sdk-go-v3 | grep -v cluster-autoscaler/cloudprovider/digitalocean/godo | grep -v cluster-autoscaler/cloudprovider/hetzner/hcloud-go | grep -v cluster-autoscaler/cloudprovider/bizflycloud/gobizfly | xargs misspell -error -o stderr

'cluster-autoscaler/cloudprovider/bizflycloud/gobizfly'

"cluster-autoscaler/cloudprovider/bizflycloud/gobizfly",

@mwielgus

@NeilW
Copy link
Contributor Author

NeilW commented Oct 20, 2021

I've added the necessary exclusions in #4413

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/cluster-autoscaler cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants