Releases: Azure/AKS
Release 2019-03-21
This release is actively rolling out to all regions
-
The Central India region is now GA
-
Known Issues
- Unable to disable addons on deployed clusters
- AKS Engineering is diagnosing an issue around existing/deployed clusters being unable to disable Kubernetes addons within the addon-manager. When we have identified and repaired the issue we will roll out the required hot fix to all regions.
- This impacts all addons including monitoring, http application routing, etc.
- Unable to disable addons on deployed clusters
-
Bug fixes
- AKS will now begin preserving node labels & annotations users apply to clusters during upgrades.
- Note: labels & annotations will not be applied to new nodes added during a scale up operation.
- AKS now properly validates the Service Principal / Azure Active Directory (AAD) credentials
- This prevents invalid, expired or otherwise broken credentials being inserted and causing cluster issues.
- Clusters that enter a failed state due to upgrade issues will now allow users to re-attempt to upgrade or will throw an error message with instructions to the user.
- Fixed an issue with cloud-init and the walinuxagent resulting in
failed state
VMs/worker nodes - The
tenant-id
is now correctly defaulted if not passed in for AAD enabled clusters.
- AKS will now begin preserving node labels & annotations users apply to clusters during upgrades.
-
Behavioral Changes
- AKS is now pre-validating MC_* resource group locks before any CRUD operation, avoiding the cluster enter Failed state.
- Scale up/down calls now return a correct error ('Bad Request') when users delete underlying virtual machines during the scale operation.
- Performance Improvement: caching is now set to read only for data disks
- The Nvidia driver has been updated to 410.79 for N series cluster configurations
- The default worker node disk size has been increased to 100GB
- This resolves customer reported issues with large numbers (and large sizes) of Docker images triggering out of disk issues and possible workload eviction.
- The Kubernetes controller manager
terminated-pod-gc-threshold
has been lowered to 6000 (previously 12500)- This will help system performance for customers running large number of Jobs (finished pods)
- The Azure Monitor for Container agent has been updated to the 2019-03 release
-
The "View Kubernetes Dashboard" has been removed from the Azure Portal
- Note that this button did not expose/add functionality, it only linked to the existing instructions for using the Kubernetes dashboard found here: https://docs.microsoft.com/en-us/azure/aks/kubernetes-dashboard
Release 2019-03-07
-
The Azure Monitor for containers Agent has been updated to 3.0.0-4 for newly built or upgraded clusters
-
The Azure CLI now properly defaults to N-1 for Kubernetes versions, for example N is the current latest (1.12) release - the CLI will correctly pick 1.11.x. When 1.13 is released, the default will move to 1.12.
-
Bug Fixes:
- If a user exceeds quota during a scale operation, the Azure CLI will now correctly display a "Quota exceeded" vs "deployment not found"
- All AKS CRUD (put) operations now validate and confirm user subscriptions have the needed quota to perform the operation. If a user does not, an error is correctly shown and the operation will not take effect.
- All AKS issued Kubernetes SSL certificates have had weak cipher support removed, all certificates should now pass security audits for BEAST and other vulnerabilities.
- If you are using older clients that do not support TLS 1.2 you will need to upgrade those clients and associated SSL libraries to securely connect.
* Note that only Kubernetes 1.10 and above support the new certificates, additionally existing certificates will not be updated as this would revoke all user access. To get the updated certificates you will need to create a new AKS cluster.
- If you are using older clients that do not support TLS 1.2 you will need to upgrade those clients and associated SSL libraries to securely connect.
- The
cachingmode: ReadOnly
flag was not always being correctly applied to the managed premium storage class, this has been resolved.
-
The preview feature for Calico/Network Security Policies has been updated to repair a bug where ip-forwarding was not enabled by default.
Release 2019-03-01 - Hotfix (CVE-2019-1002100 mitigation)
Release 2019-03-01
This release is currently rolling out to all regions
- New kubernetes versions released for CVE-2019-1002100 mitigation
- Kubernetes 1.12.6
- Kubernetes 1.11.8
- Customers should upgrade to the latest 1.11 and 1.12 releases.
- Kubernetes versions prior to 1.11 must upgrade to 1.11/1.12 for the fix.
- A security bug with the Kubernetes dashboard and overly permissive service account access has been fixed
- The France Central region is now GA for all customers
- Bug fixes and performance improvements
Release 2019-02-19
- Fixed a bug in cluster location/region validation has been resolved.
- Previously, if you passed in a location/region with a trailing unicode non-breaking space (U+00A0) would cause failures on CRUD operations or cause other non-parseable characters to be displayed.
- Fixed a bug where if the dnsService IP conflicts with the apiServer IP address(es) creates or updates would fail after the fact.
- Addresses are now checked to ensure no overlap or conflict at CRUD operation time.
- The Australia Southeast region is now GA
- Fixed a bug when using the new Service Principal rotation/update command on cluster nodes using the Azure CLI would fail
- Specifically, there was a missing dependency (e.g.
jq is missing
) on the nodes, all new nodes should now contain thejq
utility.
- Specifically, there was a missing dependency (e.g.
Release 2019-02-12 - Hotfix Release (UPDATE)
Release 2019-02-12 - Hotfix Release (UPDATE)
At this time, all regions now have the CVE hotfix release. The simplest way to consume it is to perform a Kubernetes version upgrade, which will cordon, drain, and replace all nodes with a new base image that includes the patched version of Moby. In conjunction with this release, we have enabled new patch versions for Kubernetes 1.11 and 1.12. However, as there are no new patch versions available for Kubernetes versions 1.9 and 1.10, customers are recommended to move forward to a later minor release.
If that is not possible and you must remain on 1.9.x/1.10.x, you can perform the following steps to get the patched runtime:
- Scale up your existing 1.9/1.10 cluster - add an equal number of nodes to your existing worker count.
- After scale-up completes, pick a single node and using the kubectl command, cordon the old node, drain all traffic from it, and then delete it.
- Repeat step 2 for each worker in your cluster, until only the new nodes remain.
Once this is complete, all nodes should reflect the new Moby runtime version.
We apologize for the confusion and are working to improve this process.
Note: All newly created 1.9, 1.10, 1.11 and 1.12 clusters will have the new Moby runtime and will not need to be upgraded to get the patch.
AKS 2019-02-12 - Hotfix Release
Hotfix releases follow an accelerated rollout schedule - this release should be in all regions by 12am PST 2019-02-13
- Kubernetes 1.12.5, 1.11.7 released (1.8 is deprecated)
- This release mitigates CVE-2019-5736 for Azure Kubernetes Service (see below).
- Please note that GPU-based nodes do not support the new container runtime yet. We will provide another service update once a fix is available for those nodes.
CVE-2019-5736 notes and mitigation
Microsoft has built a new version of the Moby container runtime that includes the OCI update to address this vulnerability. In order to consume the updated container runtime release, you will need to upgrade your Kubernetes cluster.
Any upgrade will suffice as it will ensure that all existing nodes are removed and replaced with new nodes that include the patched runtime. You can see the upgrade paths/versions available to you by running the following command with the Azure CLI:
az aks get-upgrades -n myClusterName -g myResourceGroup
To upgrade to a given version, run the following command:
az aks upgrade -n myClusterName -g myResourceGroup -k <new Kubernetes version>
You can also upgrade from the Azure portal.
When the upgrade is complete, you can verify that you are patched by running the following command:
kubectl get nodes -o wide
If all of the nodes list docker://3.0.4 in the Container Runtime column, you have successfully upgraded to the new release.
AKS 2019-02-07 - Hotfix Release
Release 2019-02-07 - Hotfix Release
This hotfix release fixes the root-cause of several bugs / regressions introduced in the 2019-01-31 release. This release does not add new features, functionality or other improvements.
Hotfix releases follow an accelerated rollout schedule - this release should be in all regions within 24-48 hours barring unforeseen issues
- Fix for the API regression introduced by removing the Get Access Profile API call.
- Note: This call is planned to be deprecated, however we will issue advance communications and provide the required logging/warnings on the API call to reflect it's deprecating status.
- Resolves Issue 809
- Fix for CoreDNS / kube-dns autoscaler conflict(s) leading to both running in the same cluster post-upgrade
- Resolves Issue 812
- Fix to enable the CoreDNS customization / compatibility with kube-dns config maps
- Resolves Issue 811
- Note: customization of Kube-dns via the config map method was technically unsupported, however the AKS team understands the need and has created a compatible work around (formatting of the customizations has changed however). Please see the example/notes below for usage.
Using the new CoreDNS configuration for DNS configuration.
With kube-dns, there was an undocumented feature where it supported two config maps allowing users to perform DNS overrides/stub domains, and other customizations. With the conversion to CoreDNS, this functionality was lost - CoreDNS only supports a single config map. With the hotfix above, AKS now has a work around to meet the same level of customization.
You can see the pre-CoreDNS conversion customization instructions here
Here is the equivalent ConfigMap for CoreDNS:
apiVersion: v1
kind: ConfigMap
metadata:
name: coredns-custom
namespace: kube-system
data:
azurestack.server: |
azurestack.local:53 {
errors
cache 30
proxy . 172.16.0.4
}
After create the config map, you will need to delete the CoreDNS deployment to force-load the new config.
kubectl -n kube-system delete po -l k8s-app=kube-dns
AKS 2019-01-31
Azure Kubernetes Service Changelog
Releases
Release 2019-01-31
- Kubernetes 1.12.4 GA Release
- With the release of 1.12.4 Kubernetes 1.8 support has been removed, you will need to upgrade to at least 1.9.x
- CoreDNS support GA release
- Conversion from kube-dns to CoreDNS completed, CoreDNS is the default for all new 1.12.4+ AKS clusters.
- If you are using configmaps or other tools for kube-dns modifications, you will need to be adjust them to be CoreDNS compatible.
- The CoreDNS add-on is set to
reconcile
which means modifications to the deployments will be discarded. - We have identified two issues with this release that will be resolved in a hot fix begining rollout this week:
- The CoreDNS add-on is set to
- Kube-dns (pre 1.12) / CoreDNS (1.12+) autoscaler(s) are enabled by default, this should resolve the DNS timeout and other issues related to DNS queries overloading kube-dns.
- In order to get the dns-autoscaler, you must perform an AKS cluster upgrade to a later supported release (clusters prior to 1.12 will continue to get kube-dns, with kube-dns autoscale)
- Users may now self update/rotate Security Principal credentials using the Azure CLI
- Additional non-user facing stability and reliability service enhancements
- New Features in Preview
- Note: Features in preview are considered beta/non-production ready and unsupported. Please do not enable these features on production AKS clusters.
- Cluster Autoscaler / Virtual machine Scale Sets
- Kubernetes Audit Log
- Network Policies/Network Security Policies
- This means you can now use
calico
as a valid entry in addition toazure
when creating clusters using Advanced Networking - There is a known issue when using Network Policies/calico that prevents
exec
into the cluster containers which will be fixed in the next release
- This means you can now use
- For all product / feature previews including related projects, see this document.
For additional information or extended release notes, please see the CHANGELOG