Skip to content

Release 2019-10-14

Choose a tag to compare

@palma21 palma21 released this 16 Oct 17:41
· 3265 commits to master since this release
2f77daf

This release is rolling out to all regions

Service Updates

  • With the official 2019-11-04 Azure CLI release, AKS will default new cluster
    creates to VM Scale-Sets and Standard Load Balancers (VMSS/SLB) instead of VM
    Availability Sets and Basic Load Balancers (VMAS/BLB).
  • From 2019-10-14 AKS Portal will default new cluster
    creates to VM Scale-Sets and Standard Load Balancers (VMSS/SLB) instead of VM
    Availability Sets and Basic Load Balancers (VMAS/BLB). Users can still explicitly
    choose VMAS and BLB.
  • From 2019-11-04 the CLI extension will have a new parameter --zones to replace --node-zones, which specifies the zones to be used by the cluster nodes.

Release Notes

  • Bug Fixes
    • Fixed a bug where nodepool API would not accept and handle empty fields correctly, "", "{}", "{"properties":{}}".
    • Fixed a bug with http application routing addon where portal would lowercase all addon names and the input was not accepted.
    • Upgrade operation will not fail when manual changes have been applied to the SinglePlacementGroup property on underlying VMSS.
    • Fixed bug where customers trying to enable pod security policy without providing k8s version in the request would encounter failure (500 internal error).
    • Fixed bug where NPM pods would consume an excessive amount of memory.
  • Preview Features
    • Updated windows image to the latest version.
  • Component Updates