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

Cluster Autoscaler: Cleanup GetInstanceID() interface #1769

Merged
merged 4 commits into from Mar 8, 2019

Conversation

feiskyer
Copy link
Member

@feiskyer feiskyer commented Mar 8, 2019

Follow up of #1738.

As we agreed, #1738 is a temporary workaround for fixing the isues in stable releases. For the following v1.14, kubernetes/kubernetes#74882 has made a change in kubernetes repo, so that resourceGroupName in providerID would be always in lower cases.

This PR reverts the changes in #1738 and also aligned the providerID in same format from #74882.

Note that with this change, because the providerID is in different format, master branch (or following v1.14 release) of CA won't work again with kubernetes <=1.14.0-beta.1. This is ok because beta version won't be run in production and CA should always be used with matched version of kubernetes according to the version matrix .

/assign @MaciekPytel @mwielgus @losipiuk
/cc @ritazh @andyzhangx

@k8s-ci-robot k8s-ci-robot added 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. labels Mar 8, 2019
@feiskyer feiskyer added this to Needs Review in Provider Azure Mar 8, 2019
@bskiba bskiba added area/cluster-autoscaler area/provider/azure Issues or PRs related to azure provider labels Mar 8, 2019
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 Mar 8, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 8, 2019
@k8s-ci-robot k8s-ci-robot merged commit 15ab39e into kubernetes:master Mar 8, 2019
Provider Azure automation moved this from Needs Review to Done Mar 8, 2019
@feiskyer feiskyer deleted the cleanup-get-instance-id branch March 8, 2019 23:04
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 area/provider/azure Issues or PRs related to azure provider 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/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
Development

Successfully merging this pull request may close these issues.

None yet

6 participants