Release 2019-09-16
This release is rolling out to all regions
Service Updates
- The announced updates to default new clusters to VMSS/SLB configurations is
under way, if you are using theaks-previewAzure CLI extension,
all clusters created are now defaulted to VMSS & SLB. - AKS Kubernetes 1.10 support will be end-of-lifed on Oct 25, 2019
- AKS Kubernetes 1.11 & 1.12 support will be end-of-lifed on Dec 9, 2019
- New Documentation additions:
- The AKS team is pleased to announce the new
aks-periscopetool.- AKS Periscope will allow AKS customers to run initial diagnostics and
collect logs into an Azure Blob storage account to help them analyze and
identify potential problems. - For more information please see: https://aka.ms/AKSPeriscope
- AKS Periscope will allow AKS customers to run initial diagnostics and
Release Notes
- New Features
- AKS now GA in the Azure US Gov Virginia region.
- Control of egress traffic for cluster nodes in AKS is now GA
- This feature allows you to restrict outbound network communication for
you cluster as required for compliance or other secure use-cases. - https://docs.microsoft.com/en-us/azure/aks/limit-egress-traffic
- This feature allows you to restrict outbound network communication for
- Known Issues:
- Clusters that do not have PSPs enabled upgrading to Kubernetes 1.15 will fail
- Bug Fixes
- An issue where excessively logs (eg node/status patch events) were being
emitted to the audit logs stream and stored. Customer should now see
greatly reduced audit log volume
- An issue where excessively logs (eg node/status patch events) were being
- Preview Features
- The
--control-plane-onlyflag has been added to theaks-previewextension - this command
will force the upgrade of the customers control plane without simultaneously
upgrading the other nodepools. This functionality is only supported for
multi-pool clusters.
- The