From 2d67252cec923ec014fd3cafe2c6dc34768d88a4 Mon Sep 17 00:00:00 2001 From: Filinto Duran Date: Mon, 3 Jun 2024 15:49:28 -0500 Subject: [PATCH] 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 --- .../en/operations/hosting/kubernetes/kubernetes-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md index 6e854bdf2..6b4a8855d 100644 --- a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md +++ b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md @@ -120,7 +120,7 @@ For versions of Dapr < 1.14, it's recommended that you add a `ResourceQuota` to 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. -If you have dapr installed in namespace `dapr-system`, you can create a `ResourceQuota` with the following content: +If you have Dapr installed in namespace `dapr-system`, you can create a `ResourceQuota` with the following content: ```yaml apiVersion: v1