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 <duranto@gmail.com>
This commit is contained in:
Filinto Duran 2024-06-03 15:57:50 -05:00 committed by GitHub
parent c5e920b4ae
commit d626c44dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.