Skip to content

Commit 3cacfb6

Browse files
authored
Update aks-increased-memory-usage-cgroup-v2.md
1 parent c610c20 commit 3cacfb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

support/azure/azure-kubernetes/create-upgrade-delete/aks-increased-memory-usage-cgroup-v2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ This increase is caused by a change in memory accounting within version 2 of the
5151
- An alternative temporary solution is to revert the cgroup version on your nodes by using the following DaemonSet:
5252
[Revert to cgroup v1 DaemonSet](https://github.com/Azure/AKS/blob/master/examples/cgroups/revert-cgroup-v1.yaml)
5353

54-
**Note**:
54+
**Important**:
55+
- This DaemonSet is a best-effort solution and should be used with caution. Test it thoroughly in a lower environment before applying it to production to ensure compatibility and avoid unexpected disruptions.
5556
- The DaemonSet, by default, applies to all nodes in your cluster and will reboot them to implement the cgroup change.
5657
- To control how this gets applied, configure a `nodeSelector` to target specific nodes.
5758

0 commit comments

Comments
 (0)