From 9b3555f206c039bb6a0a2228dce0b491064cbb2b Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 26 Sep 2017 09:51:28 -0700 Subject: [PATCH] Namespace Quotas -> Resource Quotas --- website/source/docs/enterprise/index.html.md | 2 +- website/source/docs/enterprise/quotas/index.html.md | 10 +++++----- website/source/layouts/docs.erb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/source/docs/enterprise/index.html.md b/website/source/docs/enterprise/index.html.md index 7b6ad5fa8..806dd4187 100644 --- a/website/source/docs/enterprise/index.html.md +++ b/website/source/docs/enterprise/index.html.md @@ -14,7 +14,7 @@ for microservices deployments across complex network topologies. It also increases both scalability and resilience. Features include: - [Namespaces](/docs/enterprise/namespaces/index.html) -- [Namespace Quotas](/docs/enterprise/quotas/index.html) +- [Resource Quotas](/docs/enterprise/quotas/index.html) - [Sentinel Policy Enforcement](/docs/enterprise/sentinel/index.html) These features are part of [Nomad Enterprise](https://www.hashicorp.com/products/nomad/). diff --git a/website/source/docs/enterprise/quotas/index.html.md b/website/source/docs/enterprise/quotas/index.html.md index 25289e14c..1c7ee0540 100644 --- a/website/source/docs/enterprise/quotas/index.html.md +++ b/website/source/docs/enterprise/quotas/index.html.md @@ -1,14 +1,14 @@ --- layout: "docs" -page_title: "Nomad Enterprise Namespace Quotas" +page_title: "Nomad Enterprise Resource Quotas" sidebar_current: "docs-enterprise-quotas" description: |- - Nomad Enterprise provides support for applying quotas to namespaces which - restricts the overall resources that jobs within the namespace are allowed to - consume. + Nomad Enterprise provides support for applying resource quotas to namespaces + which restricts the overall resources that jobs within the namespace are + allowed to consume. --- -# Nomad Enterprise Namespace Quotas +# Nomad Enterprise Resource Quotas In [Nomad Enterprise](https://www.hashicorp.com/products/nomad/), operators can define quota specifications and apply them to namespaces. When a quota is diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index 2df48c082..16560fbd6 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -431,7 +431,7 @@ Namespaces > - Namespace Quotas + Resource Quotas > Sentinel Policy Enforcement