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
81b3135936
commit
8fa69022c6
|
@ -118,7 +118,7 @@ using the helm `--set global.priorityClassName=system-cluster-critical` argument
|
|||
|
||||
For versions of Dapr < 1.14, it's recommended that you add a `ResourceQuota` to the Dapr control plane namespace. This prevents
|
||||
problems associated with scheduling pods [where the cluster may be configured](https://kubernetes.io/docs/concepts/policy/resource-quotas/#limit-priority-class-consumption-by-default )
|
||||
with limitations on which pods can be assigned these high priority classes.
|
||||
with limitations on which pods can be assigned high priority classes.
|
||||
|
||||
If you have dapr installed in namespace `dapr-system`, you can create a `ResourceQuota` with the following content:
|
||||
|
||||
|
|
Loading…
Reference in New Issue