From 94e3d092d13c6d249b3c00ecafad9c04e336a0b3 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Fri, 29 Jun 2018 14:36:20 -0700 Subject: [PATCH] One character fix to unbreak Netlify (#9331) --- content/en/docs/concepts/policy/resource-quotas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/policy/resource-quotas.md b/content/en/docs/concepts/policy/resource-quotas.md index 5c83690749..c6d4246278 100644 --- a/content/en/docs/concepts/policy/resource-quotas.md +++ b/content/en/docs/concepts/policy/resource-quotas.md @@ -161,8 +161,8 @@ The following types are supported: | `secrets` | The total number of secrets that can exist in the namespace. | For example, `pods` quota counts and enforces a maximum on the number of `pods` -created in a single namespace that are not terminal. You might want to set a `pods` -quota on a namespace to avoid the case where a user creates many small pods and +created in a single namespace that are not terminal. You might want to set a `pods` +quota on a namespace to avoid the case where a user creates many small pods and exhausts the cluster's supply of Pod IPs. ## Quota Scopes @@ -202,7 +202,7 @@ field in the quota spec. A quota is matched and consumed only if `scopeSelector` in the quota spec selects the pod. -{{< note > }} +{{< note >}} **Note:** You need to enable the feature gate `ResourceQuotaScopeSelectors`before using resource quotas per PriorityClass. {{< /note >}}