Skip to content

Commit

Permalink
Merge pull request #2751 from palma21/master
Browse files Browse the repository at this point in the history
Release 2022-01-20
  • Loading branch information
palma21 authored Jan 27, 2022
2 parents 7c42e4b + 0e9af5d commit 1c856ed
Show file tree
Hide file tree
Showing 6 changed files with 980 additions and 1 deletion.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Azure Kubernetes Service Changelog

## Release 2022-01-20

This release is rolling out to all regions - estimated time for completed roll out is 2022-01-31 for public cloud and 2022-02-03 for sovereign clouds.

### Announcement

* From Kubernetes 1.23, containerD will be the default container runtime for Windows node pools. Docker support will be deprecated in Kubernetes 1.24. You are advised to test your workloads before Docker deprecation happens by following the documentation here https://docs.microsoft.com/en-us/azure/aks/windows-container-cli#add-a-windows-server-node-pool-with-containerd-preview.
* Konnectivity rollout will continue in Feb 2022.
* Client automatic cert rotation is now being enabled on the last set of regions.
* Kubernetes 1.19 will be removed on 2022-01-31.
* Starting with 1.23 AKS will follow upstream kubernetes and deprecate in-tree azure authentication which is marked for deprecation to be replaced with 'exec'. If you are using Azure CLI or Azure clients, AKS will download kubelogin for users automatically. If outside of Azure CLI, users need to download and install kubelogin in order to continue to use kubectl with AAD authentication. <https://github.com/Azure/kubelogin>
* Starting in Kubernetes 1.23 AKS Metrics server deployment will start having 2 pods instead of 1 for HA, which will increase the memory requests of the system by 54Mb.

### Release Notes

* Preview Features
* Multi Instance GPU support is available for ND A100 v4 VMs. See https://aka.ms/AAfjra1 for more details.
* Bug Fixes
* Fixed bug where some custom in-tree storage classes on 1.21+ were deleted by mistake.
* Ensured Azure Defender pods have affinity for system pools.
* App GW ingress controller was added the CriticalAddonsOnly toleration as the rest of the addons and system components.
* Behavioral changes
* New global policy added to clusters with Calico network policies enabled to allow egress from the konnectivity system component.
* All AKS system-created tags will have an "aks-managed" prefix and cannot be modified or deleted.
* Component Updates
* ip-masq-agent updated to v2.5.0.9.
* Konnectivity updated to v0.0.27.
* Azure CNI updated to v0.9.1.
* Azure Policy addon updated to prod_20220114.1.
* Windows Pause Image updated to 3.6-hotfix.20220114.
* AKS Ubuntu 18.04 image updated to [AKSUbuntu-1804-2022.01.19](vhd-notes/aks-ubuntu/AKSUbuntu-1804/2022.01.19.txt).

## Release 2022-01-13

This release is rolling out to all regions - estimated time for completed roll out is 2022-01-24 for public cloud and 2022-01-27 for sovereign clouds.
Expand All @@ -9,7 +41,7 @@ This release is rolling out to all regions - estimated time for completed roll o
* From Kubernetes 1.23, containerD will be the default container runtime for Windows node pools. Docker support will be deprecated in Kubernetes 1.24. You are advised to test your workloads before Docker deprecation happens by following the documentation here https://docs.microsoft.com/en-us/azure/aks/windows-container-cli#add-a-windows-server-node-pool-with-containerd-preview.
* Konnectivity rollout will continue in Feb 2022.
* AKS is implementing auto-cert rotation slowly over the next few months. We have already enabled the following regions westcentralus, uksouth, eastus, australiacentral, and australiaest. If you have clusters in those regions please run a cluster upgrade in order to have that cluster configured for auto-cert rotation. The following regions brazilsouth, canadacentral, centralindia, and eastasia will be released in January after the holidays as the next group of regions. We will update the release notes will the upcoming schedule going forward until all regions are deployed.
* Kubernetes 1.19 will be removed on 2021-01-31.
* Kubernetes 1.19 will be removed on 2022-01-31.
* Starting with 1.23 AKS will follow upstream kubernetes and deprecate in-tree azure authentication which is marked for deprecation to be replaced with 'exec'. If you are using Azure CLI or Azure clients, AKS will download kubelogin for users automatically. If outside of Azure CLI, users need to download and install kubelogin in order to continue to use kubectl with AAD authentication. <https://github.com/Azure/kubelogin>

### Release Notes
Expand Down
Empty file modified vhd-notes/AKSWindows/2019/17763.2366.211215.txt
100644 → 100755
Empty file.
Empty file modified vhd-notes/aks-ubuntu/AKSUbuntu-1804/2022.01.01.txt
100644 → 100755
Empty file.
Empty file modified vhd-notes/aks-ubuntu/AKSUbuntu-1804/2022.01.07.txt
100644 → 100755
Empty file.
Empty file modified vhd-notes/aks-ubuntu/AKSUbuntu-1804/2022.01.08.txt
100644 → 100755
Empty file.
Loading

0 comments on commit 1c856ed

Please sign in to comment.