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

Cherry-pick #3124: Allow small tolerance on memory capacity when comparing nodegroups #3248

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

DWSR
Copy link

@DWSR DWSR commented Jun 27, 2020

No description provided.

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 27, 2020
@k8s-ci-robot
Copy link
Contributor

Welcome @DWSR!

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/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jun 27, 2020
@DWSR DWSR marked this pull request as ready for review June 27, 2020 01:53
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 27, 2020
@DWSR
Copy link
Author

DWSR commented Jun 27, 2020

/assign @piosz

Copy link
Contributor

@elmiko elmiko left a comment

Choose a reason for hiding this comment

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

/lgtm

cc @JoelSpeed

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 29, 2020
@JoelSpeed
Copy link
Contributor

Since this is in master, but no release-1.18 or release-1.17, I think we should be back porting this via those other branches as well, otherwise we will regress as people upgrade from the 1.16 release to later releases

@DWSR
Copy link
Author

DWSR commented Jun 30, 2020

@JoelSpeed I agree. How would you like that to happen? Cherry pick from master to 1.18, from 1.18 to 1.17, etc.? Or should I simply open PRs for everything in parallel and let things become Eventually Consistent?

@JoelSpeed
Copy link
Contributor

Cherry pick from master to 1.18, from 1.18 to 1.17, etc.?

That is the normal approach I believe yes, but I'd defer to someone like @MaciekPytel who is more involved with this project for the final say. Personally, I think there would be issue having them open in parallel, if the PR for an earlier release is merged before the PR for the later release this could become very confusing (if there's a delay for instance or a particular version drops of support and is decided that the cherry-pick should not merge etc)

@MaciekPytel
Copy link
Contributor

I generally agree with @JoelSpeed. However, we're planning to do patch releases on all branches soon, so in the interest of making sure this gets to all branches in time I'm ok with opening cherry-picks in parallel. I'll make sure to merge them in the right order.

@DWSR
Copy link
Author

DWSR commented Jun 30, 2020

I generally agree with @JoelSpeed. However, we're planning to do patch releases on all branches soon, so in the interest of making sure this gets to all branches in time I'm ok with opening cherry-picks in parallel. I'll make sure to merge them in the right order.

👍 I will open them all today

@nigelellis
Copy link

@DWSR thank you for porting this and starting the cherrypick process. I'm running EKS on 1.17 and also need this fix. @MaciekPytel, I checked the 1.17 cherry picks and didn't find this listed. Is there an approximate ETA on when this would get pulled in and when the next rollup release would be for 1.17? Thank you.

@nigelellis
Copy link

I found the cherry-pick issue that's tracking the 1.17 - tracked at #3317. Thanks.

@MaciekPytel
Copy link
Contributor

Cherry-picks to 1.18 and 1.17 were merged, so there is no reason to block this anymore.
/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MaciekPytel

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 Jul 27, 2020
@k8s-ci-robot k8s-ci-robot merged commit 630e152 into kubernetes:cluster-autoscaler-release-1.16 Jul 27, 2020
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. 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/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants