-
Notifications
You must be signed in to change notification settings - Fork 558
The scale
command unsuccessfully tries to modify the VNET address space
#1790
Comments
@rocketraman Hi, I tried to get the same error but I was able to scale successfully.
I used v0.11.0 of acs-engine. |
@mwieczorek I tried to upgrade (not scale) using 0.11 and got same error (#2022) |
@mwieczorek Perhaps my original acs-engine conf will help? Did you try it with subnet overrides like this?
|
#2095 might fix this - it should prevent the scale command from trying to modify the vnet - but I'm not sure... |
Further information -- I removed the network peerings and ran the scale command again. The address space for the vnet was completely modified... before the @itowlson Thanks for the info -- yeah, looks like it might. |
@itowlson Looks like your latest changes on that pull handle the upgrade path too -- I think that makes it pretty likely this issue will be fixed as a result of that. Edit: never mind, I see this issue was for scale, not upgrade. |
This still happening in 0.14.5 during upgrade. It this being worked on? |
I've run this recently on a cluster with an updated acs-engine without any issues. I'm going to go ahead and close it. Thanks! |
Just ran into this again while trying to run an
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. Note that acs-engine is deprecated--see https://github.com/Azure/aks-engine instead. |
Is this a request for help?: NO
Is this an ISSUE or FEATURE REQUEST? ISSUE
What version of acs-engine?: latest
master
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)
Kubernetes 1.7
What happened:
When the vnet associated with the cluster has peerings, the acs-engine scale command fails to complete.
What you expected to happen:
The acs-engine scale command should work.
How to reproduce it (as minimally and precisely as possible):
Add VNET peerings to the kubernetes vnet after deployment, then try to run
scale
.Anything else we need to know:
This is a followup to #1714.
The CLI reports:
and the additional failure information in the Deployment in the portal contains:
Note that the deployment appears to be modifying the address space i.e.
10.0.0.0/8
, not just adding a single IP for a new node to the VNET.Also note that I am using custom cluster subnets. I don't know if this would be an issue without custom cluster subnets.
The text was updated successfully, but these errors were encountered: