From d626c44dbcbb805ab77204d9a4ccc09a65d4ff2a Mon Sep 17 00:00:00 2001 From: Filinto Duran Date: Mon, 3 Jun 2024 15:57:50 -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 51860046d..23096c674 100644 --- a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md +++ b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md @@ -105,7 +105,7 @@ Learn more about [Protecting Mission-Critical Pods](https://kubernetes.io/blog/2 There are two built-in critical priority classes in Kubernetes: - `system-cluster-critical` -- system-node-critical (highest priority) +- `system-node-critical` (highest priority) We recommend to set the priorityClassName to `system-cluster-critical` for the Dapr control plane pods.