From 432d298753657c5e35affc009feeffb5769868e7 Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Tue, 9 Apr 2019 21:42:01 +0530 Subject: [PATCH] fix typo resource quota page (#13712) Associated with #13710 --- content/en/docs/concepts/policy/resource-quotas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/policy/resource-quotas.md b/content/en/docs/concepts/policy/resource-quotas.md index 40c813e00c..18ab21b8a2 100644 --- a/content/en/docs/concepts/policy/resource-quotas.md +++ b/content/en/docs/concepts/policy/resource-quotas.md @@ -537,7 +537,7 @@ restrictions around nodes: pods from several namespaces may run on the same node It may be desired that pods at a particular priority, eg. "cluster-services", should be allowed in a namespace, if and only if, a matching quota object exists. -With this mechanism, operators will be able to restrict usage of certain high priority classes to a limited number of namespaces and not every namespaces will be able to consume these priority classes by default. +With this mechanism, operators will be able to restrict usage of certain high priority classes to a limited number of namespaces and not every namespace will be able to consume these priority classes by default. To enforce this, kube-apiserver flag `--admission-control-config-file` should be used to pass path to the following configuration file: