Azure / ACS

Azure Container Service - Bug Tracker + Announcements
65 stars 27 forks source link

ACS only accepts calls with the most recent patch version in each minor version #81

Closed JackQuincy closed 7 years ago

JackQuincy commented 7 years ago

Is this a request for help?: no

Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug report

Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm) all

What happened: if a call is sent with a orchestrator version older than the most recent the call will be rejected, even if this is a cluster update to scale the cluster.

What you expected to happen: Scaling agents to be possible without having to upgrade to the latest patch version.

How to reproduce it (as minimally and precisely as possible): az acs/aks scale with a cluster created with a older patch version that hasn't been upgraded yet.

JackQuincy commented 7 years ago

This only applies to these regions https://github.com/Azure/ACS/blob/master/announcements/2017-08-04_additional_regions.md

JackQuincy commented 7 years ago

The PR above is teh fixed that is needed to get this fixed in ACS but it isn't running our our servers yet so I'll reopen it.

JackQuincy commented 7 years ago

This fix is now rolling out. We are in about 50% of our datacenters

JackQuincy commented 7 years ago

this is out. and a new issues is tracking a new issue here. After this calms down I'm going to update our acceptance tests to include a scaling an older cluster test