mirror of https://github.com/dapr/docs.git
minor refactor, try to avoid collission with chart resource name
Signed-off-by: Filinto Duran <filinto@diagrid.io>
This commit is contained in:
parent
9d280d37b7
commit
f2bc026f10
|
@ -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-system` namespace to prevent
|
||||
For versions of Dapr < 1.14, it is recommended that you add a `ResourceQuota` to the dapr control plane namespace to prevent
|
||||
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.
|
||||
|
||||
|
@ -126,7 +126,7 @@ If you have dapr installed in namespace `dapr-system`, you can create a `Resourc
|
|||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: system-critical-quota
|
||||
name: dapr-system-critical-quota
|
||||
namespace: dapr-system
|
||||
spec:
|
||||
scopeSelector:
|
||||
|
|
Loading…
Reference in New Issue