From 9d280d37b7d151333c18da4294d6989fcd2f210c Mon Sep 17 00:00:00 2001 From: Filinto Duran Date: Sun, 2 Jun 2024 14:05:00 -0500 Subject: [PATCH] fix doc Signed-off-by: Filinto Duran --- .../operations/hosting/kubernetes/kubernetes-production.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md index 9f6d963c6..41764208a 100644 --- a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md +++ b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md @@ -111,9 +111,8 @@ We recommend to set the priorityClassName to `system-cluster-critical` for the D For a new Dapr deployment, `system-cluster-critical` priority class mode can be set via the helm value `global.priorityClassName`. -For a new Dapr deployment, HA mode can be set with both: -- The -- [Helm charts]({{< ref "kubernetes-deploy.md#add-and-install-dapr-helm-chart" >}}) +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. #### Dapr version < 1.14