From 9ca676c34675bd2cad8f8692af603a99a35b17ff Mon Sep 17 00:00:00 2001 From: Filinto Duran Date: Mon, 3 Jun 2024 15:44:32 -0500 Subject: [PATCH] Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Filinto Duran --- .../en/operations/hosting/kubernetes/kubernetes-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md index 88855219c..dc0edf20b 100644 --- a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md +++ b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md @@ -97,7 +97,7 @@ For an existing Dapr deployment, [you can enable HA mode in a few extra steps]({ ## Cluster Critical Priority Class Name -In some scenarios, there might be memory and/or cpu pressure on nodes and the Dapr control plane pods might get selected +In some scenarios, nodes may have memory and/or cpu pressure and the Dapr control plane pods might get selected for eviction. To help preventing this, you can set a critical priority class name for the Dapr control plane pods. This will ensure that the Dapr control plane pods are not evicted unless all other pods with lower priority are evicted.