Namespace Quotas -> Resource Quotas

This commit is contained in:
Alex Dadgar
2017-09-26 09:51:28 -07:00
parent 22a9978459
commit 9b3555f206
3 changed files with 7 additions and 7 deletions

View File

@@ -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/).

View File

@@ -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

View File

@@ -431,7 +431,7 @@
<a href="/docs/enterprise/namespaces/index.html">Namespaces</a>
</li>
<li<%= sidebar_current("docs-enterprise-quotas") %>>
<a href="/docs/enterprise/quotas/index.html">Namespace Quotas</a>
<a href="/docs/enterprise/quotas/index.html">Resource Quotas</a>
</li>
<li<%= sidebar_current("docs-enterprise-sentinel") %>>
<a href="/docs/enterprise/sentinel/index.html">Sentinel Policy Enforcement</a>