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
0189cd4b35
commit
5fc9388354
|
@ -111,7 +111,7 @@ 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, `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
|
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.
|
using the helm `--set global.priorityClassName=system-cluster-critical` argument.
|
||||||
|
|
||||||
#### Dapr version < 1.14
|
#### Dapr version < 1.14
|
||||||
|
|
Loading…
Reference in New Issue