mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Namespace Quotas -> Resource Quotas
This commit is contained in:
@@ -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/).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user