Skip to content

Commit 1d37872

Browse files
authored
Updates from editor
1 parent 4614145 commit 1d37872

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/azure/azure-kubernetes/create-upgrade-delete/aks-memory-saturation-after-upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Memory saturation occurs after upgrade to Kubernetes 1.25
33
description: Resolve pod failures caused by memory saturation and out-of-memory errors after you upgrade an Azure Kubernetes Service (AKS) cluster to Kubernetes 1.25.x.
4-
ms.date: 05/02/2025
4+
ms.date: 05/06/2025
55
editor: v-jsitser,momajed
66
ms.reviewer: aritraghosh, cssakscic, v-leedennis,momajed
77
ms.service: azure-kubernetes-service
@@ -43,7 +43,7 @@ Beginning in the release of Kubernetes 1.25, the [cgroup version 2 API](https://
4343

4444
- Similarly, if you're using .NET, upgrade to [.NET version 5.0](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/#containers) or a later version.
4545

46-
- If you see a higher eviction rate on the pods, [use higher limits and requests for pods](/azure/aks/developer-best-practices-resource-management#define-pod-resource-requests-and-limits).
46+
- If you see a higher eviction rate on the pods, [use higher limits and requests for the pods](/azure/aks/developer-best-practices-resource-management#define-pod-resource-requests-and-limits).
4747

4848
- `cgroup` v2 uses a different API than `cgroup` v1. If there are any applications that directly access the `cgroup` file system, update them to later versions that support `cgroup` v2. For example:
4949

@@ -65,12 +65,12 @@ Beginning in the release of Kubernetes 1.25, the [cgroup version 2 API](https://
6565

6666
> [!IMPORTANT]
6767
> - Use the DaemonSet cautiously. Test it in a lower environment before applying to production to ensure compatibility and avoid disruptions.
68-
> - The DaemonSet applies to all nodes in the cluster by default and reboots them to implement the `cgroup` change.
68+
> - By default, the DaemonSet applies to all nodes in the cluster and reboots them to implement the `cgroup` change.
6969
> - To control how the DaemonSet is applied, configure a `nodeSelector` to target specific nodes.
7070
7171
## Status
7272

73-
We are working with the Kubernetes community to resolve the issue. Track progress at [Azure/AKS Issue #3443](https://github.com/kubernetes/kubernetes/issues/118916).
73+
We're working with the Kubernetes community to resolve the issue. Track progress at [Azure/AKS Issue #3443](https://github.com/kubernetes/kubernetes/issues/118916).
7474

7575
As part of the resolution, we plan to adjust the eviction thresholds or update [resource reservations](/azure/aks/concepts-clusters-workloads#resource-reservations), depending on the outcome of the fix.
7676

0 commit comments

Comments
 (0)