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 <Salaboy@gmail.com>
This commit is contained in:
salaboy 2024-05-07 17:48:55 +01:00
parent a56f11d68a
commit 5aef0c6d48
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ With Kubernetes `DaemonSet`, you can define workloads that need to be deployed o
<img src="/images/dapr-shared/daemonset.png" width=800 style="padding-bottom:15px;">
{{% 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 %}}