From a9ac8beb1077fb7242a652b80b4cd79488a3809b Mon Sep 17 00:00:00 2001 From: Filinto Duran Date: Mon, 17 Jun 2024 15:50:48 -0500 Subject: [PATCH] Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md Co-authored-by: Mark Fussell 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 9a8fc3bbaec..8ac661711f3 100644 --- a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md +++ b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md @@ -109,7 +109,7 @@ There are two built-in critical priority classes in Kubernetes: It's recommended to set the `priorityClassName` to `system-cluster-critical` for the Dapr control plane pods. -For a new Dapr deployment, `system-cluster-critical` priority class mode can be set via the helm value `global.priorityClassName`. +For a new Dapr control plane deployment, the `system-cluster-critical` priority class mode can be set via the helm value `global.priorityClassName`. For a new Dapr deployment, this priority class can be set with both the Dapr CLI and Helm charts, using the helm `--set global.priorityClassName=system-cluster-critical` argument.