From 5aef0c6d488ca5c863de111aef243c945c1a3deb Mon Sep 17 00:00:00 2001 From: salaboy Date: Tue, 7 May 2024 17:48:55 +0100 Subject: [PATCH] Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: salaboy --- daprdocs/content/en/operations/dapr-shared/dapr-shared.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/dapr-shared/dapr-shared.md b/daprdocs/content/en/operations/dapr-shared/dapr-shared.md index aece9d7b9..3dd3a736b 100644 --- a/daprdocs/content/en/operations/dapr-shared/dapr-shared.md +++ b/daprdocs/content/en/operations/dapr-shared/dapr-shared.md @@ -42,7 +42,7 @@ With Kubernetes `DaemonSet`, you can define workloads that need to be deployed o {{% alert title="Dapr Shared DaemonSet resources" color="primary" %}} -Note that DaemonSet, because it installs one instance per node, will consume more overall resources in your cluster. +Since `DaemonSet` installs one instance per node, it will consume more overall resources in your cluster. {{% /alert %}}