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:49:05 -05:00 committed by GitHub
parent 5fc9388354
commit 1505c3ad8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ using the helm `--set global.priorityClassName=system-cluster-critical` argument
#### Dapr version < 1.14
For versions of Dapr < 1.14, it is recommended that you add a `ResourceQuota` to the dapr control plane namespace to prevent
For versions of Dapr < 1.14, it's recommended that you add a `ResourceQuota` to the Dapr control plane namespace. This prevents
problems scheduling pods [if the cluster has been 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.