Skip to content

Commit ee74ed5

Browse files
authored
Updates from editor
1 parent 80745ce commit ee74ed5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This increase is caused by a change in memory accounting within version 2 of the
3434

3535
- 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).
3636

37-
- cgroup v2 uses a different API than cgroup v1. If there are any applications that directly access the cgroup file system, update them to newer versions that support cgroup v2. For example:
37+
- 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:
3838

3939
- **Third-party monitoring and security agents**:
4040

@@ -54,7 +54,7 @@ This increase is caused by a change in memory accounting within version 2 of the
5454

5555
> [!IMPORTANT]
5656
> - Use the DaemonSet cautiously. Test it in a lower environment before applying to production to ensure compatibility and prevent disruptions.
57-
> - By default, the DaemonSet applies to all nodes in the cluster and will reboot them to implement the cgroup change.
57+
> - By default, the DaemonSet applies to all nodes in the cluster and reboots them to implement the cgroup change.
5858
> - To control how the DaemonSet is applied, configure a `nodeSelector` to target specific nodes.
5959
6060

0 commit comments

Comments
 (0)