From 694b4db53d7b585d0617ef6777c85b8d499d86ff Mon Sep 17 00:00:00 2001 From: Alastair Firth Date: Mon, 25 Apr 2022 11:35:11 +0200 Subject: [PATCH] Update resource-quotas.md This line is about 6 years old and has been implemented for some time ;) https://github.com/kubernetes/website/blame/30e536f6100b4c6a0cebe8b0bab7ebb68fee5cf1~1/docs/admin/resourcequota/index.md#L19 https://kubernetes.slack.com/archives/C8WRR2BB9/p1635968976005100 --- content/en/docs/concepts/policy/resource-quotas.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/policy/resource-quotas.md b/content/en/docs/concepts/policy/resource-quotas.md index d31efd09bcabd..9e2e904f3db66 100644 --- a/content/en/docs/concepts/policy/resource-quotas.md +++ b/content/en/docs/concepts/policy/resource-quotas.md @@ -22,8 +22,7 @@ be consumed by resources in that namespace. Resource quotas work like this: -- Different teams work in different namespaces. Currently this is voluntary, but - support for making this mandatory via ACLs is planned. +- Different teams work in different namespaces. This can be enforced with [RBAC](/docs/reference/access-authn-authz/rbac/). - The administrator creates one ResourceQuota for each namespace.