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

Exoscale cloud provider overhaul #4247

Merged
merged 3 commits into from Apr 25, 2022
Merged

Conversation

falzm
Copy link

@falzm falzm commented Aug 9, 2021

This change refactors the exoscale cloud provider to support both
plain Instance Pools and SKS Nodepools scaling.

@k8s-ci-robot
Copy link
Contributor

Welcome @falzm!

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 cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Aug 9, 2021
@falzm falzm force-pushed the sks branch 2 times, most recently from 05f59b3 to b9ba3cf Compare August 16, 2021 15:11
@falzm
Copy link
Author

falzm commented Aug 30, 2021

@aleksandra-malinowska @feiskyer do I need to do something to have this PR reviewed?

@falzm
Copy link
Author

falzm commented Oct 1, 2021

@aleksandra-malinowska @feiskyer can I have eyes on this PR please? 🙏

2 similar comments
@falzm
Copy link
Author

falzm commented Oct 29, 2021

@aleksandra-malinowska @feiskyer can I have eyes on this PR please? 🙏

@falzm
Copy link
Author

falzm commented Dec 7, 2021

@aleksandra-malinowska @feiskyer can I have eyes on this PR please? 🙏

@PhilippeChepy
Copy link
Contributor

@mwielgus, @MaciekPytel, @bskiba, @gjtempleton, why this PR isn't reviewed ? It's very useful and looks like to be well done work!

@gjtempleton
Copy link
Member

gjtempleton commented Dec 13, 2021

Hey @PhilippeChepy, the @k8s-ci-robot comments document the process for PRs, including this stanza:

This pull-request has been approved by: falzm
To complete the pull request process, please assign feiskyer after the PR has been reviewed.
You can assign the PR to them by writing /assign @feiskyer in a comment when ready.

For my part I generally only monitor PRs I've been assigned to at this point, I know some others follow the same workflow.

I have to say that as this appears to be a wholesale change to a CloudProvider where I have no experience, I wouldn't be comfortable reviewing it, and we should be looking to find owners for the Exoscale Cloud Provider, to enable you to take ownership of the code for this CloudProvider implementation, and only need wider approval for changes which touch code outside of this.

@falzm I'm guessing from your comments in the original PR #3470 that you worked with @pierre-emmanuelJ at the time of implementation? Are both of you willing to take on ownership for this implementation (i.e. the contents of the cloudprovider/exoscale directory)?

@PhilippeChepy
Copy link
Contributor

Hi @gjtempleton, thank you for your answer. Please, can you can set ownership of this provider code to:

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 lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 24, 2022
@k8s-ci-robot
Copy link
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Jan 24, 2022
@gjtempleton
Copy link
Member

@falzm It looks like the commit's no longer linking to your Github user, can you update the commit to link it so the CLA check passes?

@falzm
Copy link
Author

falzm commented Jan 31, 2022

@falzm It looks like the commit's no longer linking to your Github user, can you update the commit to link it so the CLA check passes?

@PhilippeChepy @7fELF one of you should probably sign off the CLA on behalf of Exoscale at this point, since I'm no longer part of the company. It'd be best if one of you re-authored the commit/PR.

@llambiel
Copy link

@PhilippeChepy @7fELF may I ask you to proceed as suggested by @falzm

I'll have a look at the CLA

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 14, 2022
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Feb 14, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: 7fELF / name: Antoine Baudrand (26ea3de)

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Mar 15, 2022
@7fELF 7fELF force-pushed the sks branch 2 times, most recently from d3a0a17 to 3418d3b Compare March 16, 2022 16:35
This change refactors the `exoscale` cloud provider to support both
plain Instance Pools and SKS Nodepools scaling.
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Mar 28, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: 7fELF / name: Antoine Baudrand (e66e545, a63f9bd)
  • ✅ login: dramaturg / name: Sebastian Krohn (bf89632)

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Mar 28, 2022
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 Apr 25, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: falzm, mwielgus

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 merged commit d9b2ec9 into kubernetes:master Apr 25, 2022
@pyr pyr deleted the sks branch April 26, 2022 08:35
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.

None yet

9 participants