mirror of https://github.com/dapr/docs.git
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:
parent
d626c44dbc
commit
56de990437
|
@ -107,7 +107,7 @@ There are two built-in critical priority classes in Kubernetes:
|
|||
- `system-cluster-critical`
|
||||
- `system-node-critical` (highest priority)
|
||||
|
||||
We recommend to set the priorityClassName to `system-cluster-critical` for the Dapr control plane pods.
|
||||
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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue