-
Notifications
You must be signed in to change notification settings - Fork 560
removed datadisk to allow scale after upgrade #3482
Conversation
0e19ab1
to
c7b8335
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shanalily If they are not already assigned, you can assign the PR to them by writing 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 |
Codecov Report
@@ Coverage Diff @@
## master #3482 +/- ##
==========================================
+ Coverage 55.46% 55.51% +0.04%
==========================================
Files 105 105
Lines 16039 16047 +8
==========================================
+ Hits 8896 8908 +12
+ Misses 6392 6382 -10
- Partials 751 757 +6 |
@shanalily FYI I rebased this off of master and force-pushed to this branch so that we can run a few more tests that resemble current master. Thanks again for this, lgtm pending those tests! |
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
@jackfrancis thanks for looking at this! |
* 'master' of https://github.com/Azure/acs-engine: (59 commits) Docs: Update user guide list to include Windows, update description of clusters (Azure#3473) update to Azure CNI v1.0.10 (Azure#3551) Adding 'make dev' equivalent for Windows (Azure#3471) print out ubuntu ver in e2e (Azure#3555) fix an issue where networkPlugin was not defined correctly when using calico or cilium (Azure#3271) Bump ginkgo to a tagged release (Azure#3554) Reenable AzureFile tests for Windows on K8s 1.11.1, resolves Azure#3439 (Azure#3496) removing rbac error checking from merge fn (Azure#3530) Change dns healthcheck to look at external domain (Azure#3282) DOCUMENTATION: Fix Documented Default Value for clusterSubnet (Azure#3474) Document required manual calico 2.6.3 -> calico 3.1.1 upgrade when upgrading from < 0.17.0-provisioned clusters (Azure#3208) revert --image-pull-policy=IfNotPresent for win (Azure#3553) --image-pull-policy=IfNotPresent for kubectl run commands (Azure#3552) Kubernetes: --max-pods=30 should be Azure CNI-only (Azure#3543) disable Azure CNI network monitor addon default (Azure#3550) only do az vm list for k8s (Azure#3540) Retire Swarm E2E for PR test coverage (Azure#3539) retire Azure CDN for container image repository proxying (Azure#3535) removed datadisk to allow scale after upgrade (Azure#3482) Pump k8s-azure-kms version (Azure#3531) ...
* master: (59 commits) Docs: Update user guide list to include Windows, update description of clusters (Azure#3473) update to Azure CNI v1.0.10 (Azure#3551) Adding 'make dev' equivalent for Windows (Azure#3471) print out ubuntu ver in e2e (Azure#3555) fix an issue where networkPlugin was not defined correctly when using calico or cilium (Azure#3271) Bump ginkgo to a tagged release (Azure#3554) Reenable AzureFile tests for Windows on K8s 1.11.1, resolves Azure#3439 (Azure#3496) removing rbac error checking from merge fn (Azure#3530) Change dns healthcheck to look at external domain (Azure#3282) DOCUMENTATION: Fix Documented Default Value for clusterSubnet (Azure#3474) Document required manual calico 2.6.3 -> calico 3.1.1 upgrade when upgrading from < 0.17.0-provisioned clusters (Azure#3208) revert --image-pull-policy=IfNotPresent for win (Azure#3553) --image-pull-policy=IfNotPresent for kubectl run commands (Azure#3552) Kubernetes: --max-pods=30 should be Azure CNI-only (Azure#3543) disable Azure CNI network monitor addon default (Azure#3550) only do az vm list for k8s (Azure#3540) Retire Swarm E2E for PR test coverage (Azure#3539) retire Azure CDN for container image repository proxying (Azure#3535) removed datadisk to allow scale after upgrade (Azure#3482) Pump k8s-azure-kms version (Azure#3531) ...
Any idea when this will be added to a release? I'm needing to use a branch in my project still to get upgrade followed by scaling up to work. I'm not too concerned right now since master seems to be in good shape. |
@shanalily do you mean an acs-engine release? |
@jackfrancis Yep, sorry that was unclear. |
ETA next week w/ v0.21.0 |
Thanks! |
What this PR does / why we need it:
When upgrading then scaling a cluster with v0.19.1 or the current master branch, the deployment fails because dataDisk.CreateOption for master nodes in the scale template is "empty" instead of "attach". This part of the template is not needed for scaling agent pools and can be removed.
Which issue this PR fixes: fixes #3478
Special notes for your reviewer:
I had help from @JackQuincy though he may not be able to help with this immediately. I will need more help with testing.
If applicable:
Release note: