-
Notifications
You must be signed in to change notification settings - Fork 545
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
Rename AKS provider to Azure #2864
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also update the README for CL2 to mention azure
as an option for provider
?
cc @JohnRusk Do you have any thoughts on this change? |
I think the stated rationale makes sense. The only risk I can think of would be if in fact this statement wasn't always correct: "since it works with non-AKS Azure clusters (such as CAPZ) as well". I.e. if in fact there are expected to be any kind of Azure cluster that it does not support - is that a problem? E.g. does it create an implied mainteance burden to modify this so that it does support them? But I think my concern there is very minor, and unlikely to any reason to reject the PR. So, if you're happy with it as it stands, so am I @jackfrancis . |
I think that is a valid point, and I would argue that if we discover this to be true in the future (novel Kubernetes + Azure infra use case) that the provider doesn't support, we want to support it. I'm committed to that level of support. |
Sounds good to me @jackfrancis |
e08ab45
to
e59086d
Compare
lgtm, but needs a rebase. |
@Jont828 this needs to be rebased. |
@mboersma Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@mboersma Just rebased it, shouldn't have changed anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Jont828, mboersma 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 |
PR needs rebase. 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-sigs/prow repository. |
/kind feature
What type of PR is this?
What this PR does / why we need it: Rename the AKS provider to Azure since it works with non-AKS Azure clusters (such as CAPZ) as well.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: