mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
4ce666fe6e
commit
2c41332325
|
@ -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's recommended that you add a `ResourceQuota` to the Dapr control plane namespace. This prevents
|
||||
For versions of Dapr below v1.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 high priority classes.
|
||||
|
||||
|
|
Loading…
Reference in New Issue