-
Notifications
You must be signed in to change notification settings - Fork 520
feat: support configurable tags
and enableMultipleStandardLoadBalancers
#4048
feat: support configurable tags
and enableMultipleStandardLoadBalancers
#4048
Conversation
5e09f81
to
1264ac3
Compare
Thanks @nilo19 I think we should merge this support w/ cluster-api Azure day-and-date with aks-engine @CecileRobertMichon @devigned are you aware of these 2 upstream changes that this aks-engine PR supports? |
CAPZ supports BYO azure.json secret already so no code changes should be needed to try this today. In the future, if this is a common configuration, we should consider exposing them in the spec to make UX a little smoother for users who don't want to have to provide the entire config, similar to kubernetes-sigs/cluster-api-provider-azure#815. |
1264ac3
to
937a4d5
Compare
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
937a4d5
to
f254221
Compare
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #4048 +/- ##
==========================================
+ Coverage 73.25% 73.37% +0.12%
==========================================
Files 135 135
Lines 20671 20859 +188
==========================================
+ Hits 15142 15306 +164
- Misses 4552 4576 +24
Partials 977 977
Continue to review full report at Codecov.
|
Do we plan to merge this? |
f254221
to
c2b2976
Compare
@nilo19 I rebased on top of current master branch, and added some E2E test foo to ensure that we test this new functionality. How can we test the tags functionality? |
@jackfrancis If the tags are set in azure.json, then it functions well. |
c2b2976
to
19f98e6
Compare
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
19f98e6
to
4b626e0
Compare
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
There's one more thing before we can merge this PR, we need |
4b626e0
to
eefcb9b
Compare
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
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 APPROVED This pull-request has been approved by: jackfrancis, nilo19 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 |
Reason for Change:
Issue Fixed:
Credit Where Due:
Does this change contain code from or inspired by another project?
If "Yes," did you notify that project's maintainers and provide attribution?
Requirements:
Notes:
Fixes: #4035