Skip to content

Commit

Permalink
Merge pull request #3007 from miwithro/release-06052022
Browse files Browse the repository at this point in the history
Release Notes 05/29/2022-06/04/2022
  • Loading branch information
miwithro authored Jun 10, 2022
2 parents 0ea18fc + 3e097aa commit 4f202bf
Show file tree
Hide file tree
Showing 3 changed files with 967 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Azure Kubernetes Service Changelog

## Release 2022-06-05

This release is rolling out to all regions - estimated time for completed roll out is 2022-06-17 for public cloud and 2022-06-20 for sovereign clouds.

### Announcements
* Starting with the June 26th, 2022 AKS release, Azure NPM will increase its pod memory limit from 300 MB to 1 GB for clusters with the uptime SLA enabled. Requests will stay at 300 MB.
* Starting with Kubernetes 1.24, the following changes will be made:
* The default format of clusterUser credential for AAD enabled clusters will be ‘exec’, which requires [kubelogin](https://github.com/Azure/kubelogin) binary in the execution PATH. If you are using Azure CLI, it will prompt users to download kubelogin. There will be no behavior change for non-AAD clusters, or AAD clusters whose version is older than 1.24. Existing downloaded kubeconfig will still work. We provide an optional query parameter ‘format’ when getting clusterUser credential to overwrite the default behavior change, you can explicitly specify format to ‘azure’ to get old format kubeconfig.
* The [NodeRestriction Admission Controller](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) will be enabled
* CoreDNS version 1.9.2 will be default version. With this new version of CoreDNS wildcard queries are no longer allowed.
* metrics-server version 0.6.1 will be the default version.
* Konnectivity rollout will continue in May 2022 and is expected to complete by end of June.
* Update your AKS labels to the recommended substitutions before deprecation after the Kubernetes v1.24 release. See more information on label deprecations and how to update your labels in the [Use labels in an AKS cluster](https://docs.microsoft.com/azure/aks/use-labels) documentation.

### Release notes

* Features
* [AKS Release Tracker](https://docs.microsoft.com/en-us/azure/aks/release-tracker) is now generally available.
* Behavioral Changes
* Set agentPoolProfile default maxPods for new agentpools to align with the expected default maxPods based on the cluster's network configuration.
* Reverted the changes of request values to api server to reduce churn on Uptime SLA enabled AKS clusters.
* Konnectivity agent now uses a new Service Account konnectivity-agent, instead of the default Service Account.
* Bug fixes
* CSI Secret Store removed limit of node-driver-registrar to address[AKS Issue](https://github.com/Azure/AKS/issues/2972)
* Component Updates
* AKS Ubuntu 18.04 image updated to [AKSUbuntu-1804-2022.05.31](vhd-notes/aks-ubuntu/AKSUbuntu-1804/2022.05.31.txt).

## Release 2022-05-29

This release is rolling out to all regions - estimated time for completed roll out is 2022-06-10 for public cloud and 2022-06-13 for sovereign clouds.
Expand Down
9 changes: 9 additions & 0 deletions body.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "kubernetes-federated-credential",
"issuer": "https://oidc.prod-aks.azure.com/7130c87b-3122-42d9-b3cc-5661d44f9ba7/",
"subject": "system:serviceaccount:default:workload-identity-sa",
"description": "Kubernetes service account federated credential",
"audiences": [
"api://AzureADTokenExchange"
]
}
Loading

0 comments on commit 4f202bf

Please sign in to comment.