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

Backporting support for Regional Instance Template GCE to 1.29 #7231

Open
wants to merge 12 commits into
base: cluster-autoscaler-release-1.29
Choose a base branch
from

Conversation

Edwinhr716
Copy link
Contributor

Cherry pick of #6570 on cluster-autoscaler-release-1.29.
#6570: made changes to support MIGs that use regional instance
For details on the cherry pick process, see the cherry pick requests page.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 2, 2024
@k8s-ci-robot k8s-ci-robot added area/provider/gce size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 2, 2024
@Edwinhr716 Edwinhr716 changed the title Automated cherry pick of #6570: made changes to support MIGs that use regional instance [WIP] Automated cherry pick of #6570: made changes to support MIGs that use regional instance Sep 2, 2024
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 2, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Edwinhr716
Once this PR has been reviewed and has the lgtm label, please assign jayantjain93 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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 size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 2, 2024
@Edwinhr716 Edwinhr716 changed the title [WIP] Automated cherry pick of #6570: made changes to support MIGs that use regional instance [WIP] Backporting support for Regional Instance GCE to 1.29 Sep 2, 2024
@Edwinhr716 Edwinhr716 changed the title [WIP] Backporting support for Regional Instance GCE to 1.29 Backporting support for Regional Instance GCE to 1.29 Sep 2, 2024
@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 Sep 2, 2024
@Edwinhr716 Edwinhr716 changed the title Backporting support for Regional Instance GCE to 1.29 Backporting support for Regional Instance Template GCE to 1.29 Sep 3, 2024
machinesCache: map[MachineTypeKey]MachineType{},
migTargetSizeCache: map[GceRef]int64{},
migBaseNameCache: map[GceRef]string{},
listManagedInstancesResultsCache: map[GceRef]string{},
Copy link
Member

Choose a reason for hiding this comment

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

Why add listManagedInstancesResultsCache? You don't seem to be using it anywhere and it wasn't a part of your original PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/provider/gce cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants