From 6ef7588ee1493b177e25e6267358f63abce68543 Mon Sep 17 00:00:00 2001 From: Spencer Libbing <40648373+stl327@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:54:19 -0800 Subject: [PATCH] Kube-reserved update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f3825a..4a6e03c3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases. * Fixed an issue where PUT operations on managedClusters or agentPools see long latency in the overall operation due to an internal network issue. * PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will now be block for managedClusters in a non-terminal provisioningState. * Behavioral Change - * Updates to optimize the kube-reserved eviction thresholds [available in 1.28](https://learn.microsoft.com/en-us/azure/aks/concepts-clusters-workloads#memory) + * Changes to reduce the kube-reserved memory reservation and eviction threshold will not be available in 1.28 due to a release issue. These optimizations will be releasing with AKS 1.29, which previews in January 2024. * Component Updates * Update the aks-app-routing-operator to [version 0.0.7](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#007---2023-11-04) which includes notable changes in [version 0.0.6](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#006---2023-10-27). * This update has 3 CVE fixes for the nginx ingress controller.