-
Notifications
You must be signed in to change notification settings - Fork 522
fix: create role assignment for master VMs #2583
Conversation
Thanks! I changed the PR title to match the first commit, because that's more human-readable and will appear in the release notes. |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
@dennis-benzinger-hybris I added some quick unit test coverage to the additions in Or, you could add those UT yourself, thanks! |
Oh, sorry :-). Didn't want to exclude you. I've activated the checkbox now. |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run pr-e2e |
Commenter does not have sufficient privileges for PR 2583 in repo Azure/aks-engine |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #2583 +/- ##
==========================================
+ Coverage 71.79% 71.83% +0.04%
==========================================
Files 131 131
Lines 24787 24844 +57
==========================================
+ Hits 17795 17847 +52
- Misses 5966 5970 +4
- Partials 1026 1027 +1 |
@jackfrancis, I've added a test for |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run pr-e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
The latest job seems to have failed because of
for some Kubernetes versions. @jackfrancis, could you please investigate this or restart the job? I don't have access to the Azure subscriptions used in the tests. |
@dennis-benzinger-hybris those results are not related to your change. I've rebased this PR on top of current master to improve E2E test fidelity, and am running a broader set of cluster configuration tests against this branch, including back-compat for upgrade and scale. Hang tight, we're almost there! :) And thank you again. |
@jackfrancis, have you started the pipeline after your push? |
/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
Thanks again @dennis-benzinger-hybris !
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dennis-benzinger-hybris, jackfrancis 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 |
@jackfrancis, thanks for merging 👍 . Do you have any idea when there will be a release with this fix? |
We will cut a v0.46.1 by tomorrow EOD -8 GMT at the latest. |
Fixes #2373
Fixes #2367